Shades of Conifer #CBE753
Tints of Conifer #CBE753
RGB
CMYK
RGB Variations
Color information
#CBE753 (or 0xCBE753) is known color: Conifer. HEX triplet: CB, E7 and 53. RGB value is (203,231,83). Sum of RGB (Red+Green+Blue) = 203+231+83=517 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.26% from 517); Green value is 231 (90.62% from 255 or 44.68% from 517); Blue value is 83 (32.81% from 255 or 16.05% from 517); Max value from RGB is 231 - color contains mainly: green. Hex color #CBE753 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBE753 is #3418AC. Grayscale: #CECECE. Windows color (decimal): -3414189 or 5498827. OLE color: 5498827.
HSL color Cylindrical-coordinate representation of color #CBE753: hue angle of 71.35º degrees, saturation: 0.76, 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 #CBE753 is Cyan = 0.12, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 231 | 83 | - |
| CMYK | 0.12 | 0 | 0.64 | 0.09 |
| HSL | 71.35º | 0.76% | 0.62% | - |
| HSV(B) | 71.35º | 0.64% | 0.91% | - |
| XYZ | 54.77 | 70.47 | 18.9 | - |
| YUV | 205.76 | 58.72 | 126.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 231 | 83 | 0.12 | 0 | 0.64 | 0.09 | 71.35 | 0.76 | 0.62 |
| Hex | CB | E7 | 53 | C | 0 | 40 | 9 | 47 | 4C | 3E |
| Octal | 313 | 347 | 123 | 14 | 0 | 100 | 11 | 107 | 114 | 76 |
| Binary | 11001011 | 11100111 | 1010011 | 1100 | 0 | 1000000 | 1001 | 1000111 | 1001100 | 111110 |
Color Harmonies of #CBE753
Complementary color
Monochromatic Colors of #CBE753
Black with #CBE753
Text Example
Text Example
White with #CBE753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE753; }
p { color: rgb(203,231,83); }
H1.HeaderClassName
{
color: #CBE753;
}
.AnyTagClassName
{
color: #CBE753;
}
</style>
background-color css
<style>
a { background-color: #CBE753; }
a { background-color: rgb(203,231,83); }
div.DivClassName
{
background-color: #CBE753;
}
.BgClassName
{
background-color: #CBE753;
}
</style>
border-color css
<style>
span { border-color: #CBE753; }
span { border-color: rgb(203,231,83); }
td.TdClassName
{
border-color: #CBE753;
}
.TagClassName
{
border-color: #CBE753;
}
</style>