Html Css Color HEX #9FDD55 Conifer

📋 copy color: '#9FDD55'

red 159 ◦ green 221 ◦ blue 85

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

Shades of Conifer #9FDD55

Tints of Conifer #9FDD55

RGB

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

 GREEN value IS 221 (86.72% from 255) = 47.53%

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

R = 34.19%
G = 47.53%
B = 18.28%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#9FDD55 (or 0x9FDD55) is known color: Conifer. HEX triplet: 9F, DD and 55. RGB value is (159,221,85). Sum of RGB (Red+Green+Blue) = 159+221+85=465 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.19% from 465); Green value is 221 (86.72% from 255 or 47.53% from 465); Blue value is 85 (33.59% from 255 or 18.28% from 465); Max value from RGB is 221 - color contains mainly: green. Hex color #9FDD55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FDD55 is #6022AA. Grayscale: #BBBBBB. Windows color (decimal): -6300331 or 5627295. OLE color: 5627295.

HSL color Cylindrical-coordinate representation of color #9FDD55: hue angle of 87.35º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9FDD55 is Cyan = 0.28, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.

Color convert

RGB 159 221 85 -
CMYK 0.28 0 0.62 0.13
HSL 87.35º 0.67% 0.6% -
HSV(B) 87.35º 0.62% 0.87% -
XYZ 41.79 59.74 17.92 -
YUV 186.96 70.46 108.06 -
System Red Green Blue C M Y K H S L
Decimal 159 221 85 0.28 0 0.62 0.13 87.35 0.67 0.6
Hex 9F DD 55 1C 0 3E D 57 43 3C
Octal 237 335 125 34 0 76 15 127 103 74
Binary 10011111 11011101 1010101 11100 0 111110 1101 1010111 1000011 111100

Color Harmonies of #9FDD55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FDD55

Black with #9FDD55

Text Example


Text Example

White with #9FDD55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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