Shades of Conifer #9CFB5C
Tints of Conifer #9CFB5C
RGB
CMYK
RGB Variations
Color information
#9CFB5C (or 0x9CFB5C) is known color: Conifer. HEX triplet: 9C, FB and 5C. RGB value is (156,251,92). Sum of RGB (Red+Green+Blue) = 156+251+92=499 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.26% from 499); Green value is 251 (98.44% from 255 or 50.30% from 499); Blue value is 92 (36.33% from 255 or 18.44% from 499); Max value from RGB is 251 - color contains mainly: green. Hex color #9CFB5C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CFB5C is #6304A3. Grayscale: #CDCDCD. Windows color (decimal): -6489252 or 6093724. OLE color: 6093724.
HSL color Cylindrical-coordinate representation of color #9CFB5C: hue angle of 95.85º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9CFB5C is Cyan = 0.38, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 156 | 251 | 92 | - |
| CMYK | 0.38 | 0 | 0.63 | 0.02 |
| HSL | 95.85º | 0.95% | 0.67% | - |
| HSV(B) | 95.85º | 0.63% | 0.98% | - |
| XYZ | 50.14 | 76.83 | 22.31 | - |
| YUV | 204.47 | 64.53 | 93.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 251 | 92 | 0.38 | 0 | 0.63 | 0.02 | 95.85 | 0.95 | 0.67 |
| Hex | 9C | FB | 5C | 26 | 0 | 3F | 2 | 60 | 5F | 43 |
| Octal | 234 | 373 | 134 | 46 | 0 | 77 | 2 | 140 | 137 | 103 |
| Binary | 10011100 | 11111011 | 1011100 | 100110 | 0 | 111111 | 10 | 1100000 | 1011111 | 1000011 |
Color Harmonies of #9CFB5C
Complementary color
Monochromatic Colors of #9CFB5C
Black with #9CFB5C
Text Example
Text Example
White with #9CFB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CFB5C; }
p { color: rgb(156,251,92); }
H1.HeaderClassName
{
color: #9CFB5C;
}
.AnyTagClassName
{
color: #9CFB5C;
}
</style>
background-color css
<style>
a { background-color: #9CFB5C; }
a { background-color: rgb(156,251,92); }
div.DivClassName
{
background-color: #9CFB5C;
}
.BgClassName
{
background-color: #9CFB5C;
}
</style>
border-color css
<style>
span { border-color: #9CFB5C; }
span { border-color: rgb(156,251,92); }
td.TdClassName
{
border-color: #9CFB5C;
}
.TagClassName
{
border-color: #9CFB5C;
}
</style>