Shades of Pear #CBEE40
Tints of Pear #CBEE40
RGB
CMYK
RGB Variations
Color information
#CBEE40 (or 0xCBEE40) is known color: Pear. HEX triplet: CB, EE and 40. RGB value is (203,238,64). Sum of RGB (Red+Green+Blue) = 203+238+64=505 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.20% from 505); Green value is 238 (93.36% from 255 or 47.13% from 505); Blue value is 64 (25.39% from 255 or 12.67% from 505); Max value from RGB is 238 - color contains mainly: green. Hex color #CBEE40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBEE40 is #3411BF. Grayscale: #D0D0D0. Windows color (decimal): -3412416 or 4255435. OLE color: 4255435.
HSL color Cylindrical-coordinate representation of color #CBEE40: hue angle of 72.07º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CBEE40 is Cyan = 0.15, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 238 | 64 | - |
| CMYK | 0.15 | 0 | 0.73 | 0.07 |
| HSL | 72.07º | 0.84% | 0.59% | - |
| HSV(B) | 72.07º | 0.73% | 0.93% | - |
| XYZ | 56.13 | 74.22 | 16.22 | - |
| YUV | 207.7 | 46.9 | 124.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 238 | 64 | 0.15 | 0 | 0.73 | 0.07 | 72.07 | 0.84 | 0.59 |
| Hex | CB | EE | 40 | F | 0 | 49 | 7 | 48 | 54 | 3B |
| Octal | 313 | 356 | 100 | 17 | 0 | 111 | 7 | 110 | 124 | 73 |
| Binary | 11001011 | 11101110 | 1000000 | 1111 | 0 | 1001001 | 111 | 1001000 | 1010100 | 111011 |
Color Harmonies of #CBEE40
Complementary color
Monochromatic Colors of #CBEE40
Black with #CBEE40
Text Example
Text Example
White with #CBEE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEE40; }
p { color: rgb(203,238,64); }
H1.HeaderClassName
{
color: #CBEE40;
}
.AnyTagClassName
{
color: #CBEE40;
}
</style>
background-color css
<style>
a { background-color: #CBEE40; }
a { background-color: rgb(203,238,64); }
div.DivClassName
{
background-color: #CBEE40;
}
.BgClassName
{
background-color: #CBEE40;
}
</style>
border-color css
<style>
span { border-color: #CBEE40; }
span { border-color: rgb(203,238,64); }
td.TdClassName
{
border-color: #CBEE40;
}
.TagClassName
{
border-color: #CBEE40;
}
</style>