Shades of Conifer #CBFC4E
Tints of Conifer #CBFC4E
RGB
CMYK
RGB Variations
Color information
#CBFC4E (or 0xCBFC4E) is known color: Conifer. HEX triplet: CB, FC and 4E. RGB value is (203,252,78). Sum of RGB (Red+Green+Blue) = 203+252+78=533 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.09% from 533); Green value is 252 (98.83% from 255 or 47.28% from 533); Blue value is 78 (30.86% from 255 or 14.63% from 533); Max value from RGB is 252 - color contains mainly: green. Hex color #CBFC4E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBFC4E is #3403B1. Grayscale: #DADADA. Windows color (decimal): -3408818 or 5176523. OLE color: 5176523.
HSL color Cylindrical-coordinate representation of color #CBFC4E: hue angle of 76.9º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CBFC4E is Cyan = 0.19, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 252 | 78 | - |
| CMYK | 0.19 | 0 | 0.69 | 0.01 |
| HSL | 76.9º | 0.97% | 0.65% | - |
| HSV(B) | 76.9º | 0.69% | 0.99% | - |
| XYZ | 60.81 | 82.87 | 20 | - |
| YUV | 217.51 | 49.27 | 117.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 252 | 78 | 0.19 | 0 | 0.69 | 0.01 | 76.9 | 0.97 | 0.65 |
| Hex | CB | FC | 4E | 13 | 0 | 45 | 1 | 4D | 61 | 41 |
| Octal | 313 | 374 | 116 | 23 | 0 | 105 | 1 | 115 | 141 | 101 |
| Binary | 11001011 | 11111100 | 1001110 | 10011 | 0 | 1000101 | 1 | 1001101 | 1100001 | 1000001 |
Color Harmonies of #CBFC4E
Complementary color
Monochromatic Colors of #CBFC4E
Black with #CBFC4E
Text Example
Text Example
White with #CBFC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFC4E; }
p { color: rgb(203,252,78); }
H1.HeaderClassName
{
color: #CBFC4E;
}
.AnyTagClassName
{
color: #CBFC4E;
}
</style>
background-color css
<style>
a { background-color: #CBFC4E; }
a { background-color: rgb(203,252,78); }
div.DivClassName
{
background-color: #CBFC4E;
}
.BgClassName
{
background-color: #CBFC4E;
}
</style>
border-color css
<style>
span { border-color: #CBFC4E; }
span { border-color: rgb(203,252,78); }
td.TdClassName
{
border-color: #CBFC4E;
}
.TagClassName
{
border-color: #CBFC4E;
}
</style>