Shades of Conifer #CBE953
Tints of Conifer #CBE953
RGB
CMYK
RGB Variations
Color information
#CBE953 (or 0xCBE953) is known color: Conifer. HEX triplet: CB, E9 and 53. RGB value is (203,233,83). Sum of RGB (Red+Green+Blue) = 203+233+83=519 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.11% from 519); Green value is 233 (91.41% from 255 or 44.89% from 519); Blue value is 83 (32.81% from 255 or 15.99% from 519); Max value from RGB is 233 - color contains mainly: green. Hex color #CBE953 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBE953 is #3416AC. Grayscale: #CFCFCF. Windows color (decimal): -3413677 or 5499339. OLE color: 5499339.
HSL color Cylindrical-coordinate representation of color #CBE953: hue angle of 72º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CBE953 is Cyan = 0.13, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 233 | 83 | - |
| CMYK | 0.13 | 0 | 0.64 | 0.09 |
| HSL | 72º | 0.77% | 0.62% | - |
| HSV(B) | 72º | 0.64% | 0.91% | - |
| XYZ | 55.33 | 71.6 | 19.09 | - |
| YUV | 206.93 | 58.06 | 125.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 233 | 83 | 0.13 | 0 | 0.64 | 0.09 | 72 | 0.77 | 0.62 |
| Hex | CB | E9 | 53 | D | 0 | 40 | 9 | 48 | 4D | 3E |
| Octal | 313 | 351 | 123 | 15 | 0 | 100 | 11 | 110 | 115 | 76 |
| Binary | 11001011 | 11101001 | 1010011 | 1101 | 0 | 1000000 | 1001 | 1001000 | 1001101 | 111110 |
Color Harmonies of #CBE953
Complementary color
Monochromatic Colors of #CBE953
Black with #CBE953
Text Example
Text Example
White with #CBE953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE953; }
p { color: rgb(203,233,83); }
H1.HeaderClassName
{
color: #CBE953;
}
.AnyTagClassName
{
color: #CBE953;
}
</style>
background-color css
<style>
a { background-color: #CBE953; }
a { background-color: rgb(203,233,83); }
div.DivClassName
{
background-color: #CBE953;
}
.BgClassName
{
background-color: #CBE953;
}
</style>
border-color css
<style>
span { border-color: #CBE953; }
span { border-color: rgb(203,233,83); }
td.TdClassName
{
border-color: #CBE953;
}
.TagClassName
{
border-color: #CBE953;
}
</style>