Shades of Pear #CBE02F
Tints of Pear #CBE02F
RGB
CMYK
RGB Variations
Color information
#CBE02F (or 0xCBE02F) is known color: Pear. HEX triplet: CB, E0 and 2F. RGB value is (203,224,47). Sum of RGB (Red+Green+Blue) = 203+224+47=474 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.83% from 474); Green value is 224 (87.89% from 255 or 47.26% from 474); Blue value is 47 (18.75% from 255 or 9.92% from 474); Max value from RGB is 224 - color contains mainly: green. Hex color #CBE02F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBE02F is #341FD0. Grayscale: #C6C6C6. Windows color (decimal): -3416017 or 3137739. OLE color: 3137739.
HSL color Cylindrical-coordinate representation of color #CBE02F: hue angle of 67.12º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CBE02F is Cyan = 0.09, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 203 | 224 | 47 | - |
| CMYK | 0.09 | 0 | 0.79 | 0.12 |
| HSL | 67.12º | 0.74% | 0.53% | - |
| HSV(B) | 67.12º | 0.79% | 0.88% | - |
| XYZ | 51.8 | 66.21 | 12.74 | - |
| YUV | 197.54 | 43.04 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 224 | 47 | 0.09 | 0 | 0.79 | 0.12 | 67.12 | 0.74 | 0.53 |
| Hex | CB | E0 | 2F | 9 | 0 | 4F | C | 43 | 4A | 35 |
| Octal | 313 | 340 | 57 | 11 | 0 | 117 | 14 | 103 | 112 | 65 |
| Binary | 11001011 | 11100000 | 101111 | 1001 | 0 | 1001111 | 1100 | 1000011 | 1001010 | 110101 |
Color Harmonies of #CBE02F
Complementary color
Monochromatic Colors of #CBE02F
Black with #CBE02F
Text Example
Text Example
White with #CBE02F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE02F; }
p { color: rgb(203,224,47); }
H1.HeaderClassName
{
color: #CBE02F;
}
.AnyTagClassName
{
color: #CBE02F;
}
</style>
background-color css
<style>
a { background-color: #CBE02F; }
a { background-color: rgb(203,224,47); }
div.DivClassName
{
background-color: #CBE02F;
}
.BgClassName
{
background-color: #CBE02F;
}
</style>
border-color css
<style>
span { border-color: #CBE02F; }
span { border-color: rgb(203,224,47); }
td.TdClassName
{
border-color: #CBE02F;
}
.TagClassName
{
border-color: #CBE02F;
}
</style>