Html Css Color HEX #9FDB64 Conifer

📋 copy color: '#9FDB64'

red 159 ◦ green 219 ◦ blue 100

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

Shades of Conifer #9FDB64

Tints of Conifer #9FDB64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 20.92%

R = 33.26%
G = 45.82%
B = 20.92%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#9FDB64 (or 0x9FDB64) is known color: Conifer. HEX triplet: 9F, DB and 64. RGB value is (159,219,100). Sum of RGB (Red+Green+Blue) = 159+219+100=478 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.26% from 478); Green value is 219 (85.94% from 255 or 45.82% from 478); Blue value is 100 (39.45% from 255 or 20.92% from 478); Max value from RGB is 219 - color contains mainly: green. Hex color #9FDB64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FDB64 is #60249B. Grayscale: #BBBBBB. Windows color (decimal): -6300828 or 6609823. OLE color: 6609823.

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

Color convert

RGB 159 219 100 -
CMYK 0.27 0 0.54 0.14
HSL 90.25º 0.62% 0.63% -
HSV(B) 90.25º 0.54% 0.86% -
XYZ 41.93 58.95 21.23 -
YUV 187.49 78.62 107.68 -
System Red Green Blue C M Y K H S L
Decimal 159 219 100 0.27 0 0.54 0.14 90.25 0.62 0.63
Hex 9F DB 64 1B 0 36 E 5A 3E 3F
Octal 237 333 144 33 0 66 16 132 76 77
Binary 10011111 11011011 1100100 11011 0 110110 1110 1011010 111110 111111

Color Harmonies of #9FDB64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FDB64

Black with #9FDB64

Text Example


Text Example

White with #9FDB64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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