Shades of Pear #CEF034
Tints of Pear #CEF034
RGB
CMYK
RGB Variations
Color information
#CEF034 (or 0xCEF034) is known color: Pear. HEX triplet: CE, F0 and 34. RGB value is (206,240,52). Sum of RGB (Red+Green+Blue) = 206+240+52=498 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.37% from 498); Green value is 240 (94.14% from 255 or 48.19% from 498); Blue value is 52 (20.70% from 255 or 10.44% from 498); Max value from RGB is 240 - color contains mainly: green. Hex color #CEF034 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF034 is #310FCB. Grayscale: #D1D1D1. Windows color (decimal): -3215308 or 3469518. OLE color: 3469518.
HSL color Cylindrical-coordinate representation of color #CEF034: hue angle of 70.85º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CEF034 is Cyan = 0.14, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 240 | 52 | - |
| CMYK | 0.14 | 0 | 0.78 | 0.06 |
| HSL | 70.85º | 0.86% | 0.57% | - |
| HSV(B) | 70.85º | 0.78% | 0.94% | - |
| XYZ | 57.23 | 75.69 | 14.84 | - |
| YUV | 208.4 | 39.74 | 126.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 240 | 52 | 0.14 | 0 | 0.78 | 0.06 | 70.85 | 0.86 | 0.57 |
| Hex | CE | F0 | 34 | E | 0 | 4E | 6 | 47 | 56 | 39 |
| Octal | 316 | 360 | 64 | 16 | 0 | 116 | 6 | 107 | 126 | 71 |
| Binary | 11001110 | 11110000 | 110100 | 1110 | 0 | 1001110 | 110 | 1000111 | 1010110 | 111001 |
Color Harmonies of #CEF034
Complementary color
Monochromatic Colors of #CEF034
Black with #CEF034
Text Example
Text Example
White with #CEF034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF034; }
p { color: rgb(206,240,52); }
H1.HeaderClassName
{
color: #CEF034;
}
.AnyTagClassName
{
color: #CEF034;
}
</style>
background-color css
<style>
a { background-color: #CEF034; }
a { background-color: rgb(206,240,52); }
div.DivClassName
{
background-color: #CEF034;
}
.BgClassName
{
background-color: #CEF034;
}
</style>
border-color css
<style>
span { border-color: #CEF034; }
span { border-color: rgb(206,240,52); }
td.TdClassName
{
border-color: #CEF034;
}
.TagClassName
{
border-color: #CEF034;
}
</style>