Html Css Color HEX #9FDF61 Conifer

📋 copy color: '#9FDF61'

red 159 ◦ green 223 ◦ blue 97

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

Shades of Conifer #9FDF61

Tints of Conifer #9FDF61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 20.25%

R = 33.19%
G = 46.56%
B = 20.25%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#9FDF61 (or 0x9FDF61) is known color: Conifer. HEX triplet: 9F, DF and 61. RGB value is (159,223,97). Sum of RGB (Red+Green+Blue) = 159+223+97=479 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.19% from 479); Green value is 223 (87.5% from 255 or 46.56% from 479); Blue value is 97 (38.28% from 255 or 20.25% from 479); Max value from RGB is 223 - color contains mainly: green. Hex color #9FDF61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FDF61 is #60209E. Grayscale: #BDBDBD. Windows color (decimal): -6299807 or 6414239. OLE color: 6414239.

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

Color convert

RGB 159 223 97 -
CMYK 0.29 0 0.57 0.13
HSL 90.48º 0.66% 0.63% -
HSV(B) 90.48º 0.57% 0.87% -
XYZ 42.84 61.01 20.83 -
YUV 189.5 75.8 106.25 -
System Red Green Blue C M Y K H S L
Decimal 159 223 97 0.29 0 0.57 0.13 90.48 0.66 0.63
Hex 9F DF 61 1D 0 39 D 5A 42 3F
Octal 237 337 141 35 0 71 15 132 102 77
Binary 10011111 11011111 1100001 11101 0 111001 1101 1011010 1000010 111111

Color Harmonies of #9FDF61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FDF61

Black with #9FDF61

Text Example


Text Example

White with #9FDF61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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