#9FDD65

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

Shades of Conifer #9FDD65

Tints of Conifer #9FDD65

Color information

#9FDD65 (or 0x9FDD65) is unknown color: approx Conifer. HEX triplet: 9F, DD and 65. RGB value is (159,221,101). Sum of RGB (Red+Green+Blue) = 159+221+101=481 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.06% from 481); Green value is 221 (86.72% from 255 or 45.95% from 481); Blue value is 101 (39.84% from 255 or 21.00% from 481); Max value from RGB is 221 - color contains mainly: green. Hex color #9FDD65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FDD65 is #60229A. Grayscale: #BDBDBD. Windows color (decimal): -6300315 or 6675871. OLE color: 6675871.

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

Color convert

RGB159221101-
CMYK0.2800.540.13
HSL91º63.83%63.14%-
HSV(B)91º54.3%86.67%-
XYZ42.560.0221.66-
YUV188.7878.46106.76-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.06%
GREEN value IS 221 (86.72% from 255) = 45.95%
BLUE value IS 101 (39.84% from 255) = 21.00%
R=33.06%
G=45.95%
B=21.00%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1592211010.2800.540.139163.8363.14
Hex9FDD651C036D5b403f
Octal237335145340661513310077
Binary10011111110111011100101111000110110110110110111000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FDD65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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