Html Css Color HEX #9FDB66 Conifer

📋 copy color: '#9FDB66'

red 159 ◦ green 219 ◦ blue 102

#9FDB66
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Conifer #9FDB66

Tints of Conifer #9FDB66

RGB

 RED value IS 159 (62.5% from 255) = 33.13%

 GREEN value IS 219 (85.94% from 255) = 45.63%

 BLUE value IS 102 (40.23% from 255) = 21.25%

R = 33.13%
G = 45.63%
B = 21.25%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#9FDB66 (or 0x9FDB66) is known color: Conifer. HEX triplet: 9F, DB and 66. RGB value is (159,219,102). Sum of RGB (Red+Green+Blue) = 159+219+102=480 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.12% from 480); Green value is 219 (85.94% from 255 or 45.62% from 480); Blue value is 102 (40.23% from 255 or 21.25% from 480); Max value from RGB is 219 - color contains mainly: green. Hex color #9FDB66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FDB66 is #602499. Grayscale: #BCBCBC. Windows color (decimal): -6300826 or 6740895. OLE color: 6740895.

HSL color Cylindrical-coordinate representation of color #9FDB66: hue angle of 90.77º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9FDB66 is Cyan = 0.27, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.

Color convert

RGB 159 219 102 -
CMYK 0.27 0 0.53 0.14
HSL 90.77º 0.62% 0.63% -
HSV(B) 90.77º 0.53% 0.86% -
XYZ 42.03 58.99 21.74 -
YUV 187.72 79.62 107.51 -
System Red Green Blue C M Y K H S L
Decimal 159 219 102 0.27 0 0.53 0.14 90.77 0.62 0.63
Hex 9F DB 66 1B 0 35 E 5B 3E 3F
Octal 237 333 146 33 0 65 16 133 76 77
Binary 10011111 11011011 1100110 11011 0 110101 1110 1011011 111110 111111

Color Harmonies of #9FDB66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FDB66

Black with #9FDB66

Text Example


Text Example

White with #9FDB66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,219,102); }

 H1.HeaderClassName
 {
   color: #9FDB66;
 }
 .AnyTagClassName
 {
   color: #9FDB66;
 }
</style>

background-color css

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

 a { background-color: rgb(159,219,102); }

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

border-color css

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

 span { border-color: rgb(159,219,102); }

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