Shades of Pear #CEEA32
Tints of Pear #CEEA32
RGB
CMYK
RGB Variations
Color information
#CEEA32 (or 0xCEEA32) is known color: Pear. HEX triplet: CE, EA and 32. RGB value is (206,234,50). Sum of RGB (Red+Green+Blue) = 206+234+50=490 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.04% from 490); Green value is 234 (91.80% from 255 or 47.76% from 490); Blue value is 50 (19.92% from 255 or 10.20% from 490); Max value from RGB is 234 - color contains mainly: green. Hex color #CEEA32 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEEA32 is #3115CD. Grayscale: #CDCDCD. Windows color (decimal): -3216846 or 3336910. OLE color: 3336910.
HSL color Cylindrical-coordinate representation of color #CEEA32: hue angle of 69.13º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CEEA32 is Cyan = 0.12, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 234 | 50 | - |
| CMYK | 0.12 | 0 | 0.79 | 0.08 |
| HSL | 69.13º | 0.81% | 0.56% | - |
| HSV(B) | 69.13º | 0.79% | 0.92% | - |
| XYZ | 55.45 | 72.2 | 14.03 | - |
| YUV | 204.65 | 40.72 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 234 | 50 | 0.12 | 0 | 0.79 | 0.08 | 69.13 | 0.81 | 0.56 |
| Hex | CE | EA | 32 | C | 0 | 4F | 8 | 45 | 51 | 38 |
| Octal | 316 | 352 | 62 | 14 | 0 | 117 | 10 | 105 | 121 | 70 |
| Binary | 11001110 | 11101010 | 110010 | 1100 | 0 | 1001111 | 1000 | 1000101 | 1010001 | 111000 |
Color Harmonies of #CEEA32
Complementary color
Monochromatic Colors of #CEEA32
Black with #CEEA32
Text Example
Text Example
White with #CEEA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEA32; }
p { color: rgb(206,234,50); }
H1.HeaderClassName
{
color: #CEEA32;
}
.AnyTagClassName
{
color: #CEEA32;
}
</style>
background-color css
<style>
a { background-color: #CEEA32; }
a { background-color: rgb(206,234,50); }
div.DivClassName
{
background-color: #CEEA32;
}
.BgClassName
{
background-color: #CEEA32;
}
</style>
border-color css
<style>
span { border-color: #CEEA32; }
span { border-color: rgb(206,234,50); }
td.TdClassName
{
border-color: #CEEA32;
}
.TagClassName
{
border-color: #CEEA32;
}
</style>