Shades of Conifer #CBE950
Tints of Conifer #CBE950
RGB
CMYK
RGB Variations
Color information
#CBE950 (or 0xCBE950) is known color: Conifer. HEX triplet: CB, E9 and 50. RGB value is (203,233,80). Sum of RGB (Red+Green+Blue) = 203+233+80=516 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.34% from 516); Green value is 233 (91.41% from 255 or 45.16% from 516); Blue value is 80 (31.64% from 255 or 15.50% from 516); Max value from RGB is 233 - color contains mainly: green. Hex color #CBE950 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBE950 is #3416AF. Grayscale: #CFCFCF. Windows color (decimal): -3413680 or 5302731. OLE color: 5302731.
HSL color Cylindrical-coordinate representation of color #CBE950: hue angle of 71.76º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CBE950 is Cyan = 0.13, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 233 | 80 | - |
| CMYK | 0.13 | 0 | 0.66 | 0.09 |
| HSL | 71.76º | 0.78% | 0.61% | - |
| HSV(B) | 71.76º | 0.66% | 0.91% | - |
| XYZ | 55.22 | 71.55 | 18.49 | - |
| YUV | 206.59 | 56.56 | 125.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 233 | 80 | 0.13 | 0 | 0.66 | 0.09 | 71.76 | 0.78 | 0.61 |
| Hex | CB | E9 | 50 | D | 0 | 42 | 9 | 48 | 4E | 3D |
| Octal | 313 | 351 | 120 | 15 | 0 | 102 | 11 | 110 | 116 | 75 |
| Binary | 11001011 | 11101001 | 1010000 | 1101 | 0 | 1000010 | 1001 | 1001000 | 1001110 | 111101 |
Color Harmonies of #CBE950
Complementary color
Monochromatic Colors of #CBE950
Black with #CBE950
Text Example
Text Example
White with #CBE950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE950; }
p { color: rgb(203,233,80); }
H1.HeaderClassName
{
color: #CBE950;
}
.AnyTagClassName
{
color: #CBE950;
}
</style>
background-color css
<style>
a { background-color: #CBE950; }
a { background-color: rgb(203,233,80); }
div.DivClassName
{
background-color: #CBE950;
}
.BgClassName
{
background-color: #CBE950;
}
</style>
border-color css
<style>
span { border-color: #CBE950; }
span { border-color: rgb(203,233,80); }
td.TdClassName
{
border-color: #CBE950;
}
.TagClassName
{
border-color: #CBE950;
}
</style>