Html Css Color HEX #9FCF57 Conifer

📋 copy color: '#9FCF57'

red 159 ◦ green 207 ◦ blue 87

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

Shades of Conifer #9FCF57

Tints of Conifer #9FCF57

RGB

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

 GREEN value IS 207 (81.25% from 255) = 45.7%

 BLUE value IS 87 (34.38% from 255) = 19.21%

R = 35.1%
G = 45.7%
B = 19.21%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.58

 K value IS 0.19

RGB Variations

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

Color information

#9FCF57 (or 0x9FCF57) is known color: Conifer. HEX triplet: 9F, CF and 57. RGB value is (159,207,87). Sum of RGB (Red+Green+Blue) = 159+207+87=453 (60% of max value = 765). Red value is 159 (62.5% from 255 or 35.10% from 453); Green value is 207 (81.25% from 255 or 45.70% from 453); Blue value is 87 (34.38% from 255 or 19.21% from 453); Max value from RGB is 207 - color contains mainly: green. Hex color #9FCF57 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FCF57 is #6030A8. Grayscale: #B3B3B3. Windows color (decimal): -6303913 or 5754783. OLE color: 5754783.

HSL color Cylindrical-coordinate representation of color #9FCF57: hue angle of 84º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9FCF57 is Cyan = 0.23, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.19.

Color convert

RGB 159 207 87 -
CMYK 0.23 0 0.58 0.19
HSL 84º 0.56% 0.58% -
HSV(B) 84º 0.58% 0.81% -
XYZ 38.33 52.68 17.17 -
YUV 178.97 76.1 113.76 -
System Red Green Blue C M Y K H S L
Decimal 159 207 87 0.23 0 0.58 0.19 84 0.56 0.58
Hex 9F CF 57 17 0 3A 13 54 38 3A
Octal 237 317 127 27 0 72 23 124 70 72
Binary 10011111 11001111 1010111 10111 0 111010 10011 1010100 111000 111010

Color Harmonies of #9FCF57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCF57

Black with #9FCF57

Text Example


Text Example

White with #9FCF57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,207,87); }

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

background-color css

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

 a { background-color: rgb(159,207,87); }

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

border-color css

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

 span { border-color: rgb(159,207,87); }

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