Shades of Conifer #CBE556
Tints of Conifer #CBE556
RGB
CMYK
RGB Variations
Color information
#CBE556 (or 0xCBE556) is known color: Conifer. HEX triplet: CB, E5 and 56. RGB value is (203,229,86). Sum of RGB (Red+Green+Blue) = 203+229+86=518 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.19% from 518); Green value is 229 (89.84% from 255 or 44.21% from 518); Blue value is 86 (33.98% from 255 or 16.60% from 518); Max value from RGB is 229 - color contains mainly: green. Hex color #CBE556 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBE556 is #341AA9. Grayscale: #CDCDCD. Windows color (decimal): -3414698 or 5694923. OLE color: 5694923.
HSL color Cylindrical-coordinate representation of color #CBE556: hue angle of 70.91º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CBE556 is Cyan = 0.11, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 229 | 86 | - |
| CMYK | 0.11 | 0 | 0.62 | 0.10 |
| HSL | 70.91º | 0.73% | 0.62% | - |
| HSV(B) | 70.91º | 0.62% | 0.9% | - |
| XYZ | 54.33 | 69.41 | 19.34 | - |
| YUV | 204.92 | 60.89 | 126.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 229 | 86 | 0.11 | 0 | 0.62 | 0.10 | 70.91 | 0.73 | 0.62 |
| Hex | CB | E5 | 56 | B | 0 | 3E | A | 47 | 49 | 3E |
| Octal | 313 | 345 | 126 | 13 | 0 | 76 | 12 | 107 | 111 | 76 |
| Binary | 11001011 | 11100101 | 1010110 | 1011 | 0 | 111110 | 1010 | 1000111 | 1001001 | 111110 |
Color Harmonies of #CBE556
Complementary color
Monochromatic Colors of #CBE556
Black with #CBE556
Text Example
Text Example
White with #CBE556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE556; }
p { color: rgb(203,229,86); }
H1.HeaderClassName
{
color: #CBE556;
}
.AnyTagClassName
{
color: #CBE556;
}
</style>
background-color css
<style>
a { background-color: #CBE556; }
a { background-color: rgb(203,229,86); }
div.DivClassName
{
background-color: #CBE556;
}
.BgClassName
{
background-color: #CBE556;
}
</style>
border-color css
<style>
span { border-color: #CBE556; }
span { border-color: rgb(203,229,86); }
td.TdClassName
{
border-color: #CBE556;
}
.TagClassName
{
border-color: #CBE556;
}
</style>