Shades of Pear #CBEF2E
Tints of Pear #CBEF2E
RGB
CMYK
RGB Variations
Color information
#CBEF2E (or 0xCBEF2E) is known color: Pear. HEX triplet: CB, EF and 2E. RGB value is (203,239,46). Sum of RGB (Red+Green+Blue) = 203+239+46=488 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.60% from 488); Green value is 239 (93.75% from 255 or 48.98% from 488); Blue value is 46 (18.36% from 255 or 9.43% from 488); Max value from RGB is 239 - color contains mainly: green. Hex color #CBEF2E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBEF2E is #3410D1. Grayscale: #CECECE. Windows color (decimal): -3412178 or 3076043. OLE color: 3076043.
HSL color Cylindrical-coordinate representation of color #CBEF2E: hue angle of 71.19º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CBEF2E is Cyan = 0.15, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 239 | 46 | - |
| CMYK | 0.15 | 0 | 0.81 | 0.06 |
| HSL | 71.19º | 0.86% | 0.56% | - |
| HSV(B) | 71.19º | 0.81% | 0.94% | - |
| XYZ | 55.99 | 74.63 | 14.04 | - |
| YUV | 206.23 | 37.57 | 125.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 239 | 46 | 0.15 | 0 | 0.81 | 0.06 | 71.19 | 0.86 | 0.56 |
| Hex | CB | EF | 2E | F | 0 | 51 | 6 | 47 | 56 | 38 |
| Octal | 313 | 357 | 56 | 17 | 0 | 121 | 6 | 107 | 126 | 70 |
| Binary | 11001011 | 11101111 | 101110 | 1111 | 0 | 1010001 | 110 | 1000111 | 1010110 | 111000 |
Color Harmonies of #CBEF2E
Complementary color
Monochromatic Colors of #CBEF2E
Black with #CBEF2E
Text Example
Text Example
White with #CBEF2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEF2E; }
p { color: rgb(203,239,46); }
H1.HeaderClassName
{
color: #CBEF2E;
}
.AnyTagClassName
{
color: #CBEF2E;
}
</style>
background-color css
<style>
a { background-color: #CBEF2E; }
a { background-color: rgb(203,239,46); }
div.DivClassName
{
background-color: #CBEF2E;
}
.BgClassName
{
background-color: #CBEF2E;
}
</style>
border-color css
<style>
span { border-color: #CBEF2E; }
span { border-color: rgb(203,239,46); }
td.TdClassName
{
border-color: #CBEF2E;
}
.TagClassName
{
border-color: #CBEF2E;
}
</style>