Shades of Pear #CBEF20
Tints of Pear #CBEF20
RGB
CMYK
RGB Variations
Color information
#CBEF20 (or 0xCBEF20) is known color: Pear. HEX triplet: CB, EF and 20. RGB value is (203,239,32). Sum of RGB (Red+Green+Blue) = 203+239+32=474 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.83% from 474); Green value is 239 (93.75% from 255 or 50.42% from 474); Blue value is 32 (12.89% from 255 or 6.75% from 474); Max value from RGB is 239 - color contains mainly: green. Hex color #CBEF20 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBEF20 is #3410DF. Grayscale: #CDCDCD. Windows color (decimal): -3412192 or 2158539. OLE color: 2158539.
HSL color Cylindrical-coordinate representation of color #CBEF20: hue angle of 70.43º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CBEF20 is Cyan = 0.15, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 239 | 32 | - |
| CMYK | 0.15 | 0 | 0.87 | 0.06 |
| HSL | 70.43º | 0.87% | 0.53% | - |
| HSV(B) | 70.43º | 0.87% | 0.94% | - |
| XYZ | 55.76 | 74.53 | 12.81 | - |
| YUV | 204.64 | 30.57 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 239 | 32 | 0.15 | 0 | 0.87 | 0.06 | 70.43 | 0.87 | 0.53 |
| Hex | CB | EF | 20 | F | 0 | 57 | 6 | 46 | 57 | 35 |
| Octal | 313 | 357 | 40 | 17 | 0 | 127 | 6 | 106 | 127 | 65 |
| Binary | 11001011 | 11101111 | 100000 | 1111 | 0 | 1010111 | 110 | 1000110 | 1010111 | 110101 |
Color Harmonies of #CBEF20
Complementary color
Monochromatic Colors of #CBEF20
Black with #CBEF20
Text Example
Text Example
White with #CBEF20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEF20; }
p { color: rgb(203,239,32); }
H1.HeaderClassName
{
color: #CBEF20;
}
.AnyTagClassName
{
color: #CBEF20;
}
</style>
background-color css
<style>
a { background-color: #CBEF20; }
a { background-color: rgb(203,239,32); }
div.DivClassName
{
background-color: #CBEF20;
}
.BgClassName
{
background-color: #CBEF20;
}
</style>
border-color css
<style>
span { border-color: #CBEF20; }
span { border-color: rgb(203,239,32); }
td.TdClassName
{
border-color: #CBEF20;
}
.TagClassName
{
border-color: #CBEF20;
}
</style>