Shades of Pear #CBEE3C
Tints of Pear #CBEE3C
RGB
CMYK
RGB Variations
Color information
#CBEE3C (or 0xCBEE3C) is known color: Pear. HEX triplet: CB, EE and 3C. RGB value is (203,238,60). Sum of RGB (Red+Green+Blue) = 203+238+60=501 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.52% from 501); Green value is 238 (93.36% from 255 or 47.50% from 501); Blue value is 60 (23.83% from 255 or 11.98% from 501); Max value from RGB is 238 - color contains mainly: green. Hex color #CBEE3C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBEE3C is #3411C3. Grayscale: #CFCFCF. Windows color (decimal): -3412420 or 3993291. OLE color: 3993291.
HSL color Cylindrical-coordinate representation of color #CBEE3C: hue angle of 71.8º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CBEE3C is Cyan = 0.15, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 238 | 60 | - |
| CMYK | 0.15 | 0 | 0.75 | 0.07 |
| HSL | 71.8º | 0.84% | 0.58% | - |
| HSV(B) | 71.8º | 0.75% | 0.93% | - |
| XYZ | 56.02 | 74.17 | 15.64 | - |
| YUV | 207.24 | 44.9 | 124.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 238 | 60 | 0.15 | 0 | 0.75 | 0.07 | 71.8 | 0.84 | 0.58 |
| Hex | CB | EE | 3C | F | 0 | 4B | 7 | 48 | 54 | 3A |
| Octal | 313 | 356 | 74 | 17 | 0 | 113 | 7 | 110 | 124 | 72 |
| Binary | 11001011 | 11101110 | 111100 | 1111 | 0 | 1001011 | 111 | 1001000 | 1010100 | 111010 |
Color Harmonies of #CBEE3C
Complementary color
Monochromatic Colors of #CBEE3C
Black with #CBEE3C
Text Example
Text Example
White with #CBEE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEE3C; }
p { color: rgb(203,238,60); }
H1.HeaderClassName
{
color: #CBEE3C;
}
.AnyTagClassName
{
color: #CBEE3C;
}
</style>
background-color css
<style>
a { background-color: #CBEE3C; }
a { background-color: rgb(203,238,60); }
div.DivClassName
{
background-color: #CBEE3C;
}
.BgClassName
{
background-color: #CBEE3C;
}
</style>
border-color css
<style>
span { border-color: #CBEE3C; }
span { border-color: rgb(203,238,60); }
td.TdClassName
{
border-color: #CBEE3C;
}
.TagClassName
{
border-color: #CBEE3C;
}
</style>