Shades of Pear #CBE416
Tints of Pear #CBE416
RGB
CMYK
RGB Variations
Color information
#CBE416 (or 0xCBE416) is known color: Pear. HEX triplet: CB, E4 and 16. RGB value is (203,228,22). Sum of RGB (Red+Green+Blue) = 203+228+22=453 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.81% from 453); Green value is 228 (89.45% from 255 or 50.33% from 453); Blue value is 22 (8.98% from 255 or 4.86% from 453); Max value from RGB is 228 - color contains mainly: green. Hex color #CBE416 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBE416 is #341BE9. Grayscale: #C5C5C5. Windows color (decimal): -3415018 or 1500363. OLE color: 1500363.
HSL color Cylindrical-coordinate representation of color #CBE416: hue angle of 67.28º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CBE416 is Cyan = 0.11, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 228 | 22 | - |
| CMYK | 0.11 | 0 | 0.90 | 0.11 |
| HSL | 67.28º | 0.82% | 0.49% | - |
| HSV(B) | 67.28º | 0.9% | 0.89% | - |
| XYZ | 52.52 | 68.24 | 11.16 | - |
| YUV | 197.04 | 29.22 | 132.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 228 | 22 | 0.11 | 0 | 0.90 | 0.11 | 67.28 | 0.82 | 0.49 |
| Hex | CB | E4 | 16 | B | 0 | 5A | B | 43 | 52 | 31 |
| Octal | 313 | 344 | 26 | 13 | 0 | 132 | 13 | 103 | 122 | 61 |
| Binary | 11001011 | 11100100 | 10110 | 1011 | 0 | 1011010 | 1011 | 1000011 | 1010010 | 110001 |
Color Harmonies of #CBE416
Complementary color
Monochromatic Colors of #CBE416
Black with #CBE416
Text Example
Text Example
White with #CBE416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE416; }
p { color: rgb(203,228,22); }
H1.HeaderClassName
{
color: #CBE416;
}
.AnyTagClassName
{
color: #CBE416;
}
</style>
background-color css
<style>
a { background-color: #CBE416; }
a { background-color: rgb(203,228,22); }
div.DivClassName
{
background-color: #CBE416;
}
.BgClassName
{
background-color: #CBE416;
}
</style>
border-color css
<style>
span { border-color: #CBE416; }
span { border-color: rgb(203,228,22); }
td.TdClassName
{
border-color: #CBE416;
}
.TagClassName
{
border-color: #CBE416;
}
</style>