#9FDF65

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

Shades of Conifer #9FDF65

Tints of Conifer #9FDF65

Color information

#9FDF65 (or 0x9FDF65) is unknown color: approx Conifer. HEX triplet: 9F, DF and 65. RGB value is (159,223,101). Sum of RGB (Red+Green+Blue) = 159+223+101=483 (63% of max value = 765). Red value is 159 (62.5% from 255 or 32.92% from 483); Green value is 223 (87.5% from 255 or 46.17% from 483); Blue value is 101 (39.84% from 255 or 20.91% from 483); Max value from RGB is 223 - color contains mainly: green. Hex color #9FDF65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FDF65 is #60209A. Grayscale: #BEBEBE. Windows color (decimal): -6299803 or 6676383. OLE color: 6676383.

HSL color Cylindrical-coordinate representation of color #9FDF65: hue angle of 91.48º 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 #9FDF65 is Cyan = 0.29, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.

Color convert

RGB159223101-
CMYK0.2900.550.13
HSL91.48º65.59%63.53%-
HSV(B)91.48º54.71%87.45%-
XYZ43.0361.0921.83-
YUV189.9677.8105.92-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.92%
GREEN value IS 223 (87.5% from 255) = 46.17%
BLUE value IS 101 (39.84% from 255) = 20.91%
R=32.92%
G=46.17%
B=20.91%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1592231010.2900.550.1391.4865.5963.53
Hex9FDF651D037D5b4240
Octal2373371453506715133102100
Binary100111111101111111001011110101101111101101101110000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FDF65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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