Shades of Conifer #CBED51
Tints of Conifer #CBED51
RGB
CMYK
RGB Variations
Color information
#CBED51 (or 0xCBED51) is known color: Conifer. HEX triplet: CB, ED and 51. RGB value is (203,237,81). Sum of RGB (Red+Green+Blue) = 203+237+81=521 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.96% from 521); Green value is 237 (92.97% from 255 or 45.49% from 521); Blue value is 81 (32.03% from 255 or 15.55% from 521); Max value from RGB is 237 - color contains mainly: green. Hex color #CBED51 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBED51 is #3412AE. Grayscale: #D1D1D1. Windows color (decimal): -3412655 or 5369291. OLE color: 5369291.
HSL color Cylindrical-coordinate representation of color #CBED51: hue angle of 73.08º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CBED51 is Cyan = 0.14, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 237 | 81 | - |
| CMYK | 0.14 | 0 | 0.66 | 0.07 |
| HSL | 73.08º | 0.81% | 0.62% | - |
| HSV(B) | 73.08º | 0.66% | 0.93% | - |
| XYZ | 56.4 | 73.86 | 19.07 | - |
| YUV | 209.05 | 55.74 | 123.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 237 | 81 | 0.14 | 0 | 0.66 | 0.07 | 73.08 | 0.81 | 0.62 |
| Hex | CB | ED | 51 | E | 0 | 42 | 7 | 49 | 51 | 3E |
| Octal | 313 | 355 | 121 | 16 | 0 | 102 | 7 | 111 | 121 | 76 |
| Binary | 11001011 | 11101101 | 1010001 | 1110 | 0 | 1000010 | 111 | 1001001 | 1010001 | 111110 |
Color Harmonies of #CBED51
Complementary color
Monochromatic Colors of #CBED51
Black with #CBED51
Text Example
Text Example
White with #CBED51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBED51; }
p { color: rgb(203,237,81); }
H1.HeaderClassName
{
color: #CBED51;
}
.AnyTagClassName
{
color: #CBED51;
}
</style>
background-color css
<style>
a { background-color: #CBED51; }
a { background-color: rgb(203,237,81); }
div.DivClassName
{
background-color: #CBED51;
}
.BgClassName
{
background-color: #CBED51;
}
</style>
border-color css
<style>
span { border-color: #CBED51; }
span { border-color: rgb(203,237,81); }
td.TdClassName
{
border-color: #CBED51;
}
.TagClassName
{
border-color: #CBED51;
}
</style>