Shades of Pear #CBE52F
Tints of Pear #CBE52F
RGB
CMYK
RGB Variations
Color information
#CBE52F (or 0xCBE52F) is known color: Pear. HEX triplet: CB, E5 and 2F. RGB value is (203,229,47). Sum of RGB (Red+Green+Blue) = 203+229+47=479 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.38% from 479); Green value is 229 (89.84% from 255 or 47.81% from 479); Blue value is 47 (18.75% from 255 or 9.81% from 479); Max value from RGB is 229 - color contains mainly: green. Hex color #CBE52F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBE52F is #341AD0. Grayscale: #C9C9C9. Windows color (decimal): -3414737 or 3139019. OLE color: 3139019.
HSL color Cylindrical-coordinate representation of color #CBE52F: hue angle of 68.57º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CBE52F is Cyan = 0.11, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 229 | 47 | - |
| CMYK | 0.11 | 0 | 0.79 | 0.10 |
| HSL | 68.57º | 0.78% | 0.54% | - |
| HSV(B) | 68.57º | 0.79% | 0.9% | - |
| XYZ | 53.16 | 68.94 | 13.19 | - |
| YUV | 200.48 | 41.39 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 229 | 47 | 0.11 | 0 | 0.79 | 0.10 | 68.57 | 0.78 | 0.54 |
| Hex | CB | E5 | 2F | B | 0 | 4F | A | 45 | 4E | 36 |
| Octal | 313 | 345 | 57 | 13 | 0 | 117 | 12 | 105 | 116 | 66 |
| Binary | 11001011 | 11100101 | 101111 | 1011 | 0 | 1001111 | 1010 | 1000101 | 1001110 | 110110 |
Color Harmonies of #CBE52F
Complementary color
Monochromatic Colors of #CBE52F
Black with #CBE52F
Text Example
Text Example
White with #CBE52F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE52F; }
p { color: rgb(203,229,47); }
H1.HeaderClassName
{
color: #CBE52F;
}
.AnyTagClassName
{
color: #CBE52F;
}
</style>
background-color css
<style>
a { background-color: #CBE52F; }
a { background-color: rgb(203,229,47); }
div.DivClassName
{
background-color: #CBE52F;
}
.BgClassName
{
background-color: #CBE52F;
}
</style>
border-color css
<style>
span { border-color: #CBE52F; }
span { border-color: rgb(203,229,47); }
td.TdClassName
{
border-color: #CBE52F;
}
.TagClassName
{
border-color: #CBE52F;
}
</style>