Shades of Conifer #CBEA54
Tints of Conifer #CBEA54
RGB
CMYK
RGB Variations
Color information
#CBEA54 (or 0xCBEA54) is known color: Conifer. HEX triplet: CB, EA and 54. RGB value is (203,234,84). Sum of RGB (Red+Green+Blue) = 203+234+84=521 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.96% from 521); Green value is 234 (91.80% from 255 or 44.91% from 521); Blue value is 84 (33.20% from 255 or 16.12% from 521); Max value from RGB is 234 - color contains mainly: green. Hex color #CBEA54 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBEA54 is #3415AB. Grayscale: #D0D0D0. Windows color (decimal): -3413420 or 5565131. OLE color: 5565131.
HSL color Cylindrical-coordinate representation of color #CBEA54: hue angle of 72.4º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CBEA54 is Cyan = 0.13, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 203 | 234 | 84 | - |
| CMYK | 0.13 | 0 | 0.64 | 0.08 |
| HSL | 72.4º | 0.78% | 0.62% | - |
| HSV(B) | 72.4º | 0.64% | 0.92% | - |
| XYZ | 55.65 | 72.18 | 19.39 | - |
| YUV | 207.63 | 58.23 | 124.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 234 | 84 | 0.13 | 0 | 0.64 | 0.08 | 72.4 | 0.78 | 0.62 |
| Hex | CB | EA | 54 | D | 0 | 40 | 8 | 48 | 4E | 3E |
| Octal | 313 | 352 | 124 | 15 | 0 | 100 | 10 | 110 | 116 | 76 |
| Binary | 11001011 | 11101010 | 1010100 | 1101 | 0 | 1000000 | 1000 | 1001000 | 1001110 | 111110 |
Color Harmonies of #CBEA54
Complementary color
Monochromatic Colors of #CBEA54
Black with #CBEA54
Text Example
Text Example
White with #CBEA54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEA54; }
p { color: rgb(203,234,84); }
H1.HeaderClassName
{
color: #CBEA54;
}
.AnyTagClassName
{
color: #CBEA54;
}
</style>
background-color css
<style>
a { background-color: #CBEA54; }
a { background-color: rgb(203,234,84); }
div.DivClassName
{
background-color: #CBEA54;
}
.BgClassName
{
background-color: #CBEA54;
}
</style>
border-color css
<style>
span { border-color: #CBEA54; }
span { border-color: rgb(203,234,84); }
td.TdClassName
{
border-color: #CBEA54;
}
.TagClassName
{
border-color: #CBEA54;
}
</style>