Shades of Pear #CBEF41
Tints of Pear #CBEF41
RGB
CMYK
RGB Variations
Color information
#CBEF41 (or 0xCBEF41) is known color: Pear. HEX triplet: CB, EF and 41. RGB value is (203,239,65). Sum of RGB (Red+Green+Blue) = 203+239+65=507 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.04% from 507); Green value is 239 (93.75% from 255 or 47.14% from 507); Blue value is 65 (25.78% from 255 or 12.82% from 507); Max value from RGB is 239 - color contains mainly: green. Hex color #CBEF41 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBEF41 is #3410BE. Grayscale: #D1D1D1. Windows color (decimal): -3412159 or 4321227. OLE color: 4321227.
HSL color Cylindrical-coordinate representation of color #CBEF41: hue angle of 72.41º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CBEF41 is Cyan = 0.15, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 239 | 65 | - |
| CMYK | 0.15 | 0 | 0.73 | 0.06 |
| HSL | 72.41º | 0.84% | 0.6% | - |
| HSV(B) | 72.41º | 0.73% | 0.94% | - |
| XYZ | 56.45 | 74.81 | 16.47 | - |
| YUV | 208.4 | 47.07 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 239 | 65 | 0.15 | 0 | 0.73 | 0.06 | 72.41 | 0.84 | 0.6 |
| Hex | CB | EF | 41 | F | 0 | 49 | 6 | 48 | 54 | 3C |
| Octal | 313 | 357 | 101 | 17 | 0 | 111 | 6 | 110 | 124 | 74 |
| Binary | 11001011 | 11101111 | 1000001 | 1111 | 0 | 1001001 | 110 | 1001000 | 1010100 | 111100 |
Color Harmonies of #CBEF41
Complementary color
Monochromatic Colors of #CBEF41
Black with #CBEF41
Text Example
Text Example
White with #CBEF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEF41; }
p { color: rgb(203,239,65); }
H1.HeaderClassName
{
color: #CBEF41;
}
.AnyTagClassName
{
color: #CBEF41;
}
</style>
background-color css
<style>
a { background-color: #CBEF41; }
a { background-color: rgb(203,239,65); }
div.DivClassName
{
background-color: #CBEF41;
}
.BgClassName
{
background-color: #CBEF41;
}
</style>
border-color css
<style>
span { border-color: #CBEF41; }
span { border-color: rgb(203,239,65); }
td.TdClassName
{
border-color: #CBEF41;
}
.TagClassName
{
border-color: #CBEF41;
}
</style>