Shades of Pear #CEF035
Tints of Pear #CEF035
RGB
CMYK
RGB Variations
Color information
#CEF035 (or 0xCEF035) is known color: Pear. HEX triplet: CE, F0 and 35. RGB value is (206,240,53). Sum of RGB (Red+Green+Blue) = 206+240+53=499 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.28% from 499); Green value is 240 (94.14% from 255 or 48.10% from 499); Blue value is 53 (21.09% from 255 or 10.62% from 499); Max value from RGB is 240 - color contains mainly: green. Hex color #CEF035 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF035 is #310FCA. Grayscale: #D1D1D1. Windows color (decimal): -3215307 or 3535054. OLE color: 3535054.
HSL color Cylindrical-coordinate representation of color #CEF035: hue angle of 70.91º 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 #CEF035 is Cyan = 0.14, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 240 | 53 | - |
| CMYK | 0.14 | 0 | 0.78 | 0.06 |
| HSL | 70.91º | 0.86% | 0.57% | - |
| HSV(B) | 70.91º | 0.78% | 0.94% | - |
| XYZ | 57.26 | 75.7 | 14.96 | - |
| YUV | 208.52 | 40.24 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 240 | 53 | 0.14 | 0 | 0.78 | 0.06 | 70.91 | 0.86 | 0.57 |
| Hex | CE | F0 | 35 | E | 0 | 4E | 6 | 47 | 56 | 39 |
| Octal | 316 | 360 | 65 | 16 | 0 | 116 | 6 | 107 | 126 | 71 |
| Binary | 11001110 | 11110000 | 110101 | 1110 | 0 | 1001110 | 110 | 1000111 | 1010110 | 111001 |
Color Harmonies of #CEF035
Complementary color
Monochromatic Colors of #CEF035
Black with #CEF035
Text Example
Text Example
White with #CEF035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF035; }
p { color: rgb(206,240,53); }
H1.HeaderClassName
{
color: #CEF035;
}
.AnyTagClassName
{
color: #CEF035;
}
</style>
background-color css
<style>
a { background-color: #CEF035; }
a { background-color: rgb(206,240,53); }
div.DivClassName
{
background-color: #CEF035;
}
.BgClassName
{
background-color: #CEF035;
}
</style>
border-color css
<style>
span { border-color: #CEF035; }
span { border-color: rgb(206,240,53); }
td.TdClassName
{
border-color: #CEF035;
}
.TagClassName
{
border-color: #CEF035;
}
</style>