Shades of Pear #CBEE2F
Tints of Pear #CBEE2F
RGB
CMYK
RGB Variations
Color information
#CBEE2F (or 0xCBEE2F) is known color: Pear. HEX triplet: CB, EE and 2F. RGB value is (203,238,47). Sum of RGB (Red+Green+Blue) = 203+238+47=488 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.60% from 488); Green value is 238 (93.36% from 255 or 48.77% from 488); Blue value is 47 (18.75% from 255 or 9.63% from 488); Max value from RGB is 238 - color contains mainly: green. Hex color #CBEE2F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBEE2F is #3411D0. Grayscale: #CECECE. Windows color (decimal): -3412433 or 3141323. OLE color: 3141323.
HSL color Cylindrical-coordinate representation of color #CBEE2F: hue angle of 70.99º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CBEE2F is Cyan = 0.15, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 238 | 47 | - |
| CMYK | 0.15 | 0 | 0.80 | 0.07 |
| HSL | 70.99º | 0.85% | 0.56% | - |
| HSV(B) | 70.99º | 0.8% | 0.93% | - |
| XYZ | 55.72 | 74.05 | 14.05 | - |
| YUV | 205.76 | 38.4 | 126.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 238 | 47 | 0.15 | 0 | 0.80 | 0.07 | 70.99 | 0.85 | 0.56 |
| Hex | CB | EE | 2F | F | 0 | 50 | 7 | 47 | 55 | 38 |
| Octal | 313 | 356 | 57 | 17 | 0 | 120 | 7 | 107 | 125 | 70 |
| Binary | 11001011 | 11101110 | 101111 | 1111 | 0 | 1010000 | 111 | 1000111 | 1010101 | 111000 |
Color Harmonies of #CBEE2F
Complementary color
Monochromatic Colors of #CBEE2F
Black with #CBEE2F
Text Example
Text Example
White with #CBEE2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEE2F; }
p { color: rgb(203,238,47); }
H1.HeaderClassName
{
color: #CBEE2F;
}
.AnyTagClassName
{
color: #CBEE2F;
}
</style>
background-color css
<style>
a { background-color: #CBEE2F; }
a { background-color: rgb(203,238,47); }
div.DivClassName
{
background-color: #CBEE2F;
}
.BgClassName
{
background-color: #CBEE2F;
}
</style>
border-color css
<style>
span { border-color: #CBEE2F; }
span { border-color: rgb(203,238,47); }
td.TdClassName
{
border-color: #CBEE2F;
}
.TagClassName
{
border-color: #CBEE2F;
}
</style>