Shades of Pear #CEF532
Tints of Pear #CEF532
RGB
CMYK
RGB Variations
Color information
#CEF532 (or 0xCEF532) is known color: Pear. HEX triplet: CE, F5 and 32. RGB value is (206,245,50). Sum of RGB (Red+Green+Blue) = 206+245+50=501 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.12% from 501); Green value is 245 (96.09% from 255 or 48.90% from 501); Blue value is 50 (19.92% from 255 or 9.98% from 501); Max value from RGB is 245 - color contains mainly: green. Hex color #CEF532 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF532 is #310ACD. Grayscale: #D3D3D3. Windows color (decimal): -3214030 or 3339726. OLE color: 3339726.
HSL color Cylindrical-coordinate representation of color #CEF532: hue angle of 72º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CEF532 is Cyan = 0.16, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 245 | 50 | - |
| CMYK | 0.16 | 0 | 0.80 | 0.04 |
| HSL | 72º | 0.91% | 0.58% | - |
| HSV(B) | 72º | 0.8% | 0.96% | - |
| XYZ | 58.68 | 78.66 | 15.11 | - |
| YUV | 211.11 | 37.08 | 124.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 245 | 50 | 0.16 | 0 | 0.80 | 0.04 | 72 | 0.91 | 0.58 |
| Hex | CE | F5 | 32 | 10 | 0 | 50 | 4 | 48 | 5B | 3A |
| Octal | 316 | 365 | 62 | 20 | 0 | 120 | 4 | 110 | 133 | 72 |
| Binary | 11001110 | 11110101 | 110010 | 10000 | 0 | 1010000 | 100 | 1001000 | 1011011 | 111010 |
Color Harmonies of #CEF532
Complementary color
Monochromatic Colors of #CEF532
Black with #CEF532
Text Example
Text Example
White with #CEF532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF532; }
p { color: rgb(206,245,50); }
H1.HeaderClassName
{
color: #CEF532;
}
.AnyTagClassName
{
color: #CEF532;
}
</style>
background-color css
<style>
a { background-color: #CEF532; }
a { background-color: rgb(206,245,50); }
div.DivClassName
{
background-color: #CEF532;
}
.BgClassName
{
background-color: #CEF532;
}
</style>
border-color css
<style>
span { border-color: #CEF532; }
span { border-color: rgb(206,245,50); }
td.TdClassName
{
border-color: #CEF532;
}
.TagClassName
{
border-color: #CEF532;
}
</style>