Shades of Pear #CEF332
Tints of Pear #CEF332
RGB
CMYK
RGB Variations
Color information
#CEF332 (or 0xCEF332) is known color: Pear. HEX triplet: CE, F3 and 32. RGB value is (206,243,50). Sum of RGB (Red+Green+Blue) = 206+243+50=499 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.28% from 499); Green value is 243 (95.31% from 255 or 48.70% from 499); Blue value is 50 (19.92% from 255 or 10.02% from 499); Max value from RGB is 243 - color contains mainly: green. Hex color #CEF332 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF332 is #310CCD. Grayscale: #D2D2D2. Windows color (decimal): -3214542 or 3339214. OLE color: 3339214.
HSL color Cylindrical-coordinate representation of color #CEF332: hue angle of 71.5º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CEF332 is Cyan = 0.15, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 243 | 50 | - |
| CMYK | 0.15 | 0 | 0.79 | 0.05 |
| HSL | 71.5º | 0.89% | 0.57% | - |
| HSV(B) | 71.5º | 0.79% | 0.95% | - |
| XYZ | 58.08 | 77.45 | 14.91 | - |
| YUV | 209.94 | 37.74 | 125.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 243 | 50 | 0.15 | 0 | 0.79 | 0.05 | 71.5 | 0.89 | 0.57 |
| Hex | CE | F3 | 32 | F | 0 | 4F | 5 | 48 | 59 | 39 |
| Octal | 316 | 363 | 62 | 17 | 0 | 117 | 5 | 110 | 131 | 71 |
| Binary | 11001110 | 11110011 | 110010 | 1111 | 0 | 1001111 | 101 | 1001000 | 1011001 | 111001 |
Color Harmonies of #CEF332
Complementary color
Monochromatic Colors of #CEF332
Black with #CEF332
Text Example
Text Example
White with #CEF332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF332; }
p { color: rgb(206,243,50); }
H1.HeaderClassName
{
color: #CEF332;
}
.AnyTagClassName
{
color: #CEF332;
}
</style>
background-color css
<style>
a { background-color: #CEF332; }
a { background-color: rgb(206,243,50); }
div.DivClassName
{
background-color: #CEF332;
}
.BgClassName
{
background-color: #CEF332;
}
</style>
border-color css
<style>
span { border-color: #CEF332; }
span { border-color: rgb(206,243,50); }
td.TdClassName
{
border-color: #CEF332;
}
.TagClassName
{
border-color: #CEF332;
}
</style>