Html Css Color HEX #9FDF64 Conifer

📋 copy color: '#9FDF64'

red 159 ◦ green 223 ◦ blue 100

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

Shades of Conifer #9FDF64

Tints of Conifer #9FDF64

RGB

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

 GREEN value IS 223 (87.5% from 255) = 46.27%

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

R = 32.99%
G = 46.27%
B = 20.75%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#9FDF64 (or 0x9FDF64) is known color: Conifer. HEX triplet: 9F, DF and 64. RGB value is (159,223,100). Sum of RGB (Red+Green+Blue) = 159+223+100=482 (63% of max value = 765). Red value is 159 (62.5% from 255 or 32.99% from 482); Green value is 223 (87.5% from 255 or 46.27% from 482); Blue value is 100 (39.45% from 255 or 20.75% from 482); Max value from RGB is 223 - color contains mainly: green. Hex color #9FDF64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FDF64 is #60209B. Grayscale: #BEBEBE. Windows color (decimal): -6299804 or 6610847. OLE color: 6610847.

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

Color convert

RGB 159 223 100 -
CMYK 0.29 0 0.55 0.13
HSL 91.22º 0.66% 0.63% -
HSV(B) 91.22º 0.55% 0.87% -
XYZ 42.99 61.07 21.58 -
YUV 189.84 77.3 106 -
System Red Green Blue C M Y K H S L
Decimal 159 223 100 0.29 0 0.55 0.13 91.22 0.66 0.63
Hex 9F DF 64 1D 0 37 D 5B 42 3F
Octal 237 337 144 35 0 67 15 133 102 77
Binary 10011111 11011111 1100100 11101 0 110111 1101 1011011 1000010 111111

Color Harmonies of #9FDF64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FDF64

Black with #9FDF64

Text Example


Text Example

White with #9FDF64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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