Shades of Pear #CBEF40
Tints of Pear #CBEF40
RGB
CMYK
RGB Variations
Color information
#CBEF40 (or 0xCBEF40) is known color: Pear. HEX triplet: CB, EF and 40. RGB value is (203,239,64). Sum of RGB (Red+Green+Blue) = 203+239+64=506 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.12% from 506); Green value is 239 (93.75% from 255 or 47.23% from 506); Blue value is 64 (25.39% from 255 or 12.65% from 506); Max value from RGB is 239 - color contains mainly: green. Hex color #CBEF40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBEF40 is #3410BF. Grayscale: #D0D0D0. Windows color (decimal): -3412160 or 4255691. OLE color: 4255691.
HSL color Cylindrical-coordinate representation of color #CBEF40: hue angle of 72.34º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CBEF40 is Cyan = 0.15, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 239 | 64 | - |
| CMYK | 0.15 | 0 | 0.73 | 0.06 |
| HSL | 72.34º | 0.85% | 0.59% | - |
| HSV(B) | 72.34º | 0.73% | 0.94% | - |
| XYZ | 56.42 | 74.8 | 16.31 | - |
| YUV | 208.29 | 46.57 | 124.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 239 | 64 | 0.15 | 0 | 0.73 | 0.06 | 72.34 | 0.85 | 0.59 |
| Hex | CB | EF | 40 | F | 0 | 49 | 6 | 48 | 55 | 3B |
| Octal | 313 | 357 | 100 | 17 | 0 | 111 | 6 | 110 | 125 | 73 |
| Binary | 11001011 | 11101111 | 1000000 | 1111 | 0 | 1001001 | 110 | 1001000 | 1010101 | 111011 |
Color Harmonies of #CBEF40
Complementary color
Monochromatic Colors of #CBEF40
Black with #CBEF40
Text Example
Text Example
White with #CBEF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEF40; }
p { color: rgb(203,239,64); }
H1.HeaderClassName
{
color: #CBEF40;
}
.AnyTagClassName
{
color: #CBEF40;
}
</style>
background-color css
<style>
a { background-color: #CBEF40; }
a { background-color: rgb(203,239,64); }
div.DivClassName
{
background-color: #CBEF40;
}
.BgClassName
{
background-color: #CBEF40;
}
</style>
border-color css
<style>
span { border-color: #CBEF40; }
span { border-color: rgb(203,239,64); }
td.TdClassName
{
border-color: #CBEF40;
}
.TagClassName
{
border-color: #CBEF40;
}
</style>