Shades of Pear #CEF033
Tints of Pear #CEF033
RGB
CMYK
RGB Variations
Color information
#CEF033 (or 0xCEF033) is known color: Pear. HEX triplet: CE, F0 and 33. RGB value is (206,240,51). Sum of RGB (Red+Green+Blue) = 206+240+51=497 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.45% from 497); Green value is 240 (94.14% from 255 or 48.29% from 497); Blue value is 51 (20.31% from 255 or 10.26% from 497); Max value from RGB is 240 - color contains mainly: green. Hex color #CEF033 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF033 is #310FCC. Grayscale: #D1D1D1. Windows color (decimal): -3215309 or 3403982. OLE color: 3403982.
HSL color Cylindrical-coordinate representation of color #CEF033: hue angle of 70.79º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CEF033 is Cyan = 0.14, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 240 | 51 | - |
| CMYK | 0.14 | 0 | 0.79 | 0.06 |
| HSL | 70.79º | 0.86% | 0.57% | - |
| HSV(B) | 70.79º | 0.79% | 0.94% | - |
| XYZ | 57.21 | 75.68 | 14.72 | - |
| YUV | 208.29 | 39.24 | 126.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 240 | 51 | 0.14 | 0 | 0.79 | 0.06 | 70.79 | 0.86 | 0.57 |
| Hex | CE | F0 | 33 | E | 0 | 4F | 6 | 47 | 56 | 39 |
| Octal | 316 | 360 | 63 | 16 | 0 | 117 | 6 | 107 | 126 | 71 |
| Binary | 11001110 | 11110000 | 110011 | 1110 | 0 | 1001111 | 110 | 1000111 | 1010110 | 111001 |
Color Harmonies of #CEF033
Complementary color
Monochromatic Colors of #CEF033
Black with #CEF033
Text Example
Text Example
White with #CEF033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF033; }
p { color: rgb(206,240,51); }
H1.HeaderClassName
{
color: #CEF033;
}
.AnyTagClassName
{
color: #CEF033;
}
</style>
background-color css
<style>
a { background-color: #CEF033; }
a { background-color: rgb(206,240,51); }
div.DivClassName
{
background-color: #CEF033;
}
.BgClassName
{
background-color: #CEF033;
}
</style>
border-color css
<style>
span { border-color: #CEF033; }
span { border-color: rgb(206,240,51); }
td.TdClassName
{
border-color: #CEF033;
}
.TagClassName
{
border-color: #CEF033;
}
</style>