Html Css Color HEX #9FCD55 Conifer

📋 copy color: '#9FCD55'

red 159 ◦ green 205 ◦ blue 85

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

Shades of Conifer #9FCD55

Tints of Conifer #9FCD55

RGB

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

 GREEN value IS 205 (80.47% from 255) = 45.66%

 BLUE value IS 85 (33.59% from 255) = 18.93%

R = 35.41%
G = 45.66%
B = 18.93%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.59

 K value IS 0.20

RGB Variations

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

Color information

#9FCD55 (or 0x9FCD55) is known color: Conifer. HEX triplet: 9F, CD and 55. RGB value is (159,205,85). Sum of RGB (Red+Green+Blue) = 159+205+85=449 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.41% from 449); Green value is 205 (80.47% from 255 or 45.66% from 449); Blue value is 85 (33.59% from 255 or 18.93% from 449); Max value from RGB is 205 - color contains mainly: green. Hex color #9FCD55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FCD55 is #6032AA. Grayscale: #B1B1B1. Windows color (decimal): -6304427 or 5623199. OLE color: 5623199.

HSL color Cylindrical-coordinate representation of color #9FCD55: hue angle of 83º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9FCD55 is Cyan = 0.22, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.20.

Color convert

RGB 159 205 85 -
CMYK 0.22 0 0.59 0.20
HSL 83º 0.55% 0.57% -
HSV(B) 83º 0.59% 0.8% -
XYZ 37.77 51.69 16.58 -
YUV 177.57 75.76 114.76 -
System Red Green Blue C M Y K H S L
Decimal 159 205 85 0.22 0 0.59 0.20 83 0.55 0.57
Hex 9F CD 55 16 0 3B 14 53 37 39
Octal 237 315 125 26 0 73 24 123 67 71
Binary 10011111 11001101 1010101 10110 0 111011 10100 1010011 110111 111001

Color Harmonies of #9FCD55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCD55

Black with #9FCD55

Text Example


Text Example

White with #9FCD55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,205,85); }

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

background-color css

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

 a { background-color: rgb(159,205,85); }

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

border-color css

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

 span { border-color: rgb(159,205,85); }

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