#9DDF65

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

Shades of Conifer #9DDF65

Tints of Conifer #9DDF65

Color information

#9DDF65 (or 0x9DDF65) is unknown color: approx Conifer. HEX triplet: 9D, DF and 65. RGB value is (157,223,101). Sum of RGB (Red+Green+Blue) = 157+223+101=481 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.64% from 481); Green value is 223 (87.5% from 255 or 46.36% from 481); Blue value is 101 (39.84% from 255 or 21.00% from 481); Max value from RGB is 223 - color contains mainly: green. Hex color #9DDF65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DDF65 is #62209A. Grayscale: #BDBDBD. Windows color (decimal): -6430875 or 6676381. OLE color: 6676381.

HSL color Cylindrical-coordinate representation of color #9DDF65: hue angle of 92.46º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9DDF65 is Cyan = 0.30, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.

Color convert

RGB157223101-
CMYK0.3000.550.13
HSL92.46º65.59%63.53%-
HSV(B)92.46º54.71%87.45%-
XYZ42.6460.8821.82-
YUV189.3678.13104.92-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 32.64%
GREEN value IS 223 (87.5% from 255) = 46.36%
BLUE value IS 101 (39.84% from 255) = 21.00%
R=32.64%
G=46.36%
B=21.00%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1572231010.3000.550.1392.4665.5963.53
Hex9DDF651E037D5c4240
Octal2353371453606715134102100
Binary100111011101111111001011111001101111101101110010000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDF65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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