Shades of Conifer #CBEF52
Tints of Conifer #CBEF52
RGB
CMYK
RGB Variations
Color information
#CBEF52 (or 0xCBEF52) is known color: Conifer. HEX triplet: CB, EF and 52. RGB value is (203,239,82). Sum of RGB (Red+Green+Blue) = 203+239+82=524 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.74% from 524); Green value is 239 (93.75% from 255 or 45.61% from 524); Blue value is 82 (32.42% from 255 or 15.65% from 524); Max value from RGB is 239 - color contains mainly: green. Hex color #CBEF52 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBEF52 is #3410AD. Grayscale: #D2D2D2. Windows color (decimal): -3412142 or 5435339. OLE color: 5435339.
HSL color Cylindrical-coordinate representation of color #CBEF52: hue angle of 73.76º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CBEF52 is Cyan = 0.15, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 239 | 82 | - |
| CMYK | 0.15 | 0 | 0.66 | 0.06 |
| HSL | 73.76º | 0.83% | 0.63% | - |
| HSV(B) | 73.76º | 0.66% | 0.94% | - |
| XYZ | 57.02 | 75.04 | 19.46 | - |
| YUV | 210.34 | 55.57 | 122.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 239 | 82 | 0.15 | 0 | 0.66 | 0.06 | 73.76 | 0.83 | 0.63 |
| Hex | CB | EF | 52 | F | 0 | 42 | 6 | 4A | 53 | 3F |
| Octal | 313 | 357 | 122 | 17 | 0 | 102 | 6 | 112 | 123 | 77 |
| Binary | 11001011 | 11101111 | 1010010 | 1111 | 0 | 1000010 | 110 | 1001010 | 1010011 | 111111 |
Color Harmonies of #CBEF52
Complementary color
Monochromatic Colors of #CBEF52
Black with #CBEF52
Text Example
Text Example
White with #CBEF52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEF52; }
p { color: rgb(203,239,82); }
H1.HeaderClassName
{
color: #CBEF52;
}
.AnyTagClassName
{
color: #CBEF52;
}
</style>
background-color css
<style>
a { background-color: #CBEF52; }
a { background-color: rgb(203,239,82); }
div.DivClassName
{
background-color: #CBEF52;
}
.BgClassName
{
background-color: #CBEF52;
}
</style>
border-color css
<style>
span { border-color: #CBEF52; }
span { border-color: rgb(203,239,82); }
td.TdClassName
{
border-color: #CBEF52;
}
.TagClassName
{
border-color: #CBEF52;
}
</style>