Shades of Pear #CEEE32
Tints of Pear #CEEE32
RGB
CMYK
RGB Variations
Color information
#CEEE32 (or 0xCEEE32) is known color: Pear. HEX triplet: CE, EE and 32. RGB value is (206,238,50). Sum of RGB (Red+Green+Blue) = 206+238+50=494 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.70% from 494); Green value is 238 (93.36% from 255 or 48.18% from 494); Blue value is 50 (19.92% from 255 or 10.12% from 494); Max value from RGB is 238 - color contains mainly: green. Hex color #CEEE32 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEEE32 is #3111CD. Grayscale: #CFCFCF. Windows color (decimal): -3215822 or 3337934. OLE color: 3337934.
HSL color Cylindrical-coordinate representation of color #CEEE32: hue angle of 70.21º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CEEE32 is Cyan = 0.13, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 238 | 50 | - |
| CMYK | 0.13 | 0 | 0.79 | 0.07 |
| HSL | 70.21º | 0.85% | 0.56% | - |
| HSV(B) | 70.21º | 0.79% | 0.93% | - |
| XYZ | 56.6 | 74.5 | 14.41 | - |
| YUV | 207 | 39.4 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 238 | 50 | 0.13 | 0 | 0.79 | 0.07 | 70.21 | 0.85 | 0.56 |
| Hex | CE | EE | 32 | D | 0 | 4F | 7 | 46 | 55 | 38 |
| Octal | 316 | 356 | 62 | 15 | 0 | 117 | 7 | 106 | 125 | 70 |
| Binary | 11001110 | 11101110 | 110010 | 1101 | 0 | 1001111 | 111 | 1000110 | 1010101 | 111000 |
Color Harmonies of #CEEE32
Complementary color
Monochromatic Colors of #CEEE32
Black with #CEEE32
Text Example
Text Example
White with #CEEE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEE32; }
p { color: rgb(206,238,50); }
H1.HeaderClassName
{
color: #CEEE32;
}
.AnyTagClassName
{
color: #CEEE32;
}
</style>
background-color css
<style>
a { background-color: #CEEE32; }
a { background-color: rgb(206,238,50); }
div.DivClassName
{
background-color: #CEEE32;
}
.BgClassName
{
background-color: #CEEE32;
}
</style>
border-color css
<style>
span { border-color: #CEEE32; }
span { border-color: rgb(206,238,50); }
td.TdClassName
{
border-color: #CEEE32;
}
.TagClassName
{
border-color: #CEEE32;
}
</style>