#9DED65

Color #9DED65 Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #9DED65

Tints of Conifer #9DED65

Color information

#9DED65 (or 0x9DED65) is unknown color: approx Conifer. HEX triplet: 9D, ED and 65. RGB value is (157,237,101). Sum of RGB (Red+Green+Blue) = 157+237+101=495 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.72% from 495); Green value is 237 (92.97% from 255 or 47.88% from 495); Blue value is 101 (39.84% from 255 or 20.40% from 495); Max value from RGB is 237 - color contains mainly: green. Hex color #9DED65 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DED65 is #62129A. Grayscale: #C6C6C6. Windows color (decimal): -6427291 or 6679965. OLE color: 6679965.

HSL color Cylindrical-coordinate representation of color #9DED65: hue angle of 95.29º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9DED65 is Cyan = 0.34, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.07.

Color convert

RGB157237101-
CMYK0.3400.570.07
HSL95.29º79.07%66.27%-
HSV(B)95.29º57.38%92.94%-
XYZ46.5468.6823.11-
YUV197.5873.599.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 157 (61.72% from 255) = 31.72%
GREEN value IS 237 (92.97% from 255) = 47.88%
BLUE value IS 101 (39.84% from 255) = 20.40%
R=31.72%
G=47.88%
B=20.40%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1572371010.3400.570.0795.2979.0766.27
Hex9DED652203975f4f42
Octal235355145420717137117102
Binary100111011110110111001011000100111001111101111110011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DED65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9DED65; }

 p { color: rgb(157,237,101); }

 H1.HeaderClassName
 {
   color: #9DED65;
 }
 .AnyTagClassName
 {
   color: #9DED65;
 }
</style>
background-color css

<style>
 a { background-color: #9DED65; }

 a { background-color: rgb(157,237,101); }

 div.DivClassName
 {
   background-color: #9DED65;
 }
 .BgClassName
 {
   background-color: #9DED65;
 }
</style>
border-color css

<style>
 span { border-color: #9DED65; }

 span { border-color: rgb(157,237,101); }

 td.TdClassName
 {
   border-color: #9DED65;
 }
 .TagClassName
 {
   border-color: #9DED65;
 }
</style>