Shades of Pear #CEF534
Tints of Pear #CEF534
RGB
CMYK
RGB Variations
Color information
#CEF534 (or 0xCEF534) is known color: Pear. HEX triplet: CE, F5 and 34. RGB value is (206,245,52). Sum of RGB (Red+Green+Blue) = 206+245+52=503 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.95% from 503); Green value is 245 (96.09% from 255 or 48.71% from 503); Blue value is 52 (20.70% from 255 or 10.34% from 503); Max value from RGB is 245 - color contains mainly: green. Hex color #CEF534 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF534 is #310ACB. Grayscale: #D4D4D4. Windows color (decimal): -3214028 or 3470798. OLE color: 3470798.
HSL color Cylindrical-coordinate representation of color #CEF534: hue angle of 72.12º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CEF534 is Cyan = 0.16, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 245 | 52 | - |
| CMYK | 0.16 | 0 | 0.79 | 0.04 |
| HSL | 72.12º | 0.91% | 0.58% | - |
| HSV(B) | 72.12º | 0.79% | 0.96% | - |
| XYZ | 58.73 | 78.67 | 15.34 | - |
| YUV | 211.34 | 38.08 | 124.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 245 | 52 | 0.16 | 0 | 0.79 | 0.04 | 72.12 | 0.91 | 0.58 |
| Hex | CE | F5 | 34 | 10 | 0 | 4F | 4 | 48 | 5B | 3A |
| Octal | 316 | 365 | 64 | 20 | 0 | 117 | 4 | 110 | 133 | 72 |
| Binary | 11001110 | 11110101 | 110100 | 10000 | 0 | 1001111 | 100 | 1001000 | 1011011 | 111010 |
Color Harmonies of #CEF534
Complementary color
Monochromatic Colors of #CEF534
Black with #CEF534
Text Example
Text Example
White with #CEF534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF534; }
p { color: rgb(206,245,52); }
H1.HeaderClassName
{
color: #CEF534;
}
.AnyTagClassName
{
color: #CEF534;
}
</style>
background-color css
<style>
a { background-color: #CEF534; }
a { background-color: rgb(206,245,52); }
div.DivClassName
{
background-color: #CEF534;
}
.BgClassName
{
background-color: #CEF534;
}
</style>
border-color css
<style>
span { border-color: #CEF534; }
span { border-color: rgb(206,245,52); }
td.TdClassName
{
border-color: #CEF534;
}
.TagClassName
{
border-color: #CEF534;
}
</style>