Shades of Conifer #CBFD4E
Tints of Conifer #CBFD4E
RGB
CMYK
RGB Variations
Color information
#CBFD4E (or 0xCBFD4E) is known color: Conifer. HEX triplet: CB, FD and 4E. RGB value is (203,253,78). Sum of RGB (Red+Green+Blue) = 203+253+78=534 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.01% from 534); Green value is 253 (99.22% from 255 or 47.38% from 534); Blue value is 78 (30.86% from 255 or 14.61% from 534); Max value from RGB is 253 - color contains mainly: green. Hex color #CBFD4E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBFD4E is #3402B1. Grayscale: #DADADA. Windows color (decimal): -3408562 or 5176779. OLE color: 5176779.
HSL color Cylindrical-coordinate representation of color #CBFD4E: hue angle of 77.14º degrees, saturation: 0.98, 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 #CBFD4E is Cyan = 0.20, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 253 | 78 | - |
| CMYK | 0.20 | 0 | 0.69 | 0.01 |
| HSL | 77.14º | 0.98% | 0.65% | - |
| HSV(B) | 77.14º | 0.69% | 0.99% | - |
| XYZ | 61.13 | 83.5 | 20.1 | - |
| YUV | 218.1 | 48.94 | 117.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 253 | 78 | 0.20 | 0 | 0.69 | 0.01 | 77.14 | 0.98 | 0.65 |
| Hex | CB | FD | 4E | 14 | 0 | 45 | 1 | 4D | 62 | 41 |
| Octal | 313 | 375 | 116 | 24 | 0 | 105 | 1 | 115 | 142 | 101 |
| Binary | 11001011 | 11111101 | 1001110 | 10100 | 0 | 1000101 | 1 | 1001101 | 1100010 | 1000001 |
Color Harmonies of #CBFD4E
Complementary color
Monochromatic Colors of #CBFD4E
Black with #CBFD4E
Text Example
Text Example
White with #CBFD4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFD4E; }
p { color: rgb(203,253,78); }
H1.HeaderClassName
{
color: #CBFD4E;
}
.AnyTagClassName
{
color: #CBFD4E;
}
</style>
background-color css
<style>
a { background-color: #CBFD4E; }
a { background-color: rgb(203,253,78); }
div.DivClassName
{
background-color: #CBFD4E;
}
.BgClassName
{
background-color: #CBFD4E;
}
</style>
border-color css
<style>
span { border-color: #CBFD4E; }
span { border-color: rgb(203,253,78); }
td.TdClassName
{
border-color: #CBFD4E;
}
.TagClassName
{
border-color: #CBFD4E;
}
</style>