Shades of Pear #CBEE2E
Tints of Pear #CBEE2E
RGB
CMYK
RGB Variations
Color information
#CBEE2E (or 0xCBEE2E) is known color: Pear. HEX triplet: CB, EE and 2E. RGB value is (203,238,46). Sum of RGB (Red+Green+Blue) = 203+238+46=487 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.68% from 487); Green value is 238 (93.36% from 255 or 48.87% from 487); Blue value is 46 (18.36% from 255 or 9.45% from 487); Max value from RGB is 238 - color contains mainly: green. Hex color #CBEE2E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBEE2E is #3411D1. Grayscale: #CECECE. Windows color (decimal): -3412434 or 3075787. OLE color: 3075787.
HSL color Cylindrical-coordinate representation of color #CBEE2E: hue angle of 70.94º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CBEE2E is Cyan = 0.15, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 238 | 46 | - |
| CMYK | 0.15 | 0 | 0.81 | 0.07 |
| HSL | 70.94º | 0.85% | 0.56% | - |
| HSV(B) | 70.94º | 0.81% | 0.93% | - |
| XYZ | 55.7 | 74.04 | 13.94 | - |
| YUV | 205.65 | 37.9 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 238 | 46 | 0.15 | 0 | 0.81 | 0.07 | 70.94 | 0.85 | 0.56 |
| Hex | CB | EE | 2E | F | 0 | 51 | 7 | 47 | 55 | 38 |
| Octal | 313 | 356 | 56 | 17 | 0 | 121 | 7 | 107 | 125 | 70 |
| Binary | 11001011 | 11101110 | 101110 | 1111 | 0 | 1010001 | 111 | 1000111 | 1010101 | 111000 |
Color Harmonies of #CBEE2E
Complementary color
Monochromatic Colors of #CBEE2E
Black with #CBEE2E
Text Example
Text Example
White with #CBEE2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEE2E; }
p { color: rgb(203,238,46); }
H1.HeaderClassName
{
color: #CBEE2E;
}
.AnyTagClassName
{
color: #CBEE2E;
}
</style>
background-color css
<style>
a { background-color: #CBEE2E; }
a { background-color: rgb(203,238,46); }
div.DivClassName
{
background-color: #CBEE2E;
}
.BgClassName
{
background-color: #CBEE2E;
}
</style>
border-color css
<style>
span { border-color: #CBEE2E; }
span { border-color: rgb(203,238,46); }
td.TdClassName
{
border-color: #CBEE2E;
}
.TagClassName
{
border-color: #CBEE2E;
}
</style>