Shades of Pear #CEF535
Tints of Pear #CEF535
RGB
CMYK
RGB Variations
Color information
#CEF535 (or 0xCEF535) is known color: Pear. HEX triplet: CE, F5 and 35. RGB value is (206,245,53). Sum of RGB (Red+Green+Blue) = 206+245+53=504 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.87% from 504); Green value is 245 (96.09% from 255 or 48.61% from 504); Blue value is 53 (21.09% from 255 or 10.52% from 504); Max value from RGB is 245 - color contains mainly: green. Hex color #CEF535 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF535 is #310ACA. Grayscale: #D4D4D4. Windows color (decimal): -3214027 or 3536334. OLE color: 3536334.
HSL color Cylindrical-coordinate representation of color #CEF535: hue angle of 72.19º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CEF535 is Cyan = 0.16, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 245 | 53 | - |
| CMYK | 0.16 | 0 | 0.78 | 0.04 |
| HSL | 72.19º | 0.91% | 0.58% | - |
| HSV(B) | 72.19º | 0.78% | 0.96% | - |
| XYZ | 58.75 | 78.68 | 15.46 | - |
| YUV | 211.45 | 38.58 | 124.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 245 | 53 | 0.16 | 0 | 0.78 | 0.04 | 72.19 | 0.91 | 0.58 |
| Hex | CE | F5 | 35 | 10 | 0 | 4E | 4 | 48 | 5B | 3A |
| Octal | 316 | 365 | 65 | 20 | 0 | 116 | 4 | 110 | 133 | 72 |
| Binary | 11001110 | 11110101 | 110101 | 10000 | 0 | 1001110 | 100 | 1001000 | 1011011 | 111010 |
Color Harmonies of #CEF535
Complementary color
Monochromatic Colors of #CEF535
Black with #CEF535
Text Example
Text Example
White with #CEF535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF535; }
p { color: rgb(206,245,53); }
H1.HeaderClassName
{
color: #CEF535;
}
.AnyTagClassName
{
color: #CEF535;
}
</style>
background-color css
<style>
a { background-color: #CEF535; }
a { background-color: rgb(206,245,53); }
div.DivClassName
{
background-color: #CEF535;
}
.BgClassName
{
background-color: #CEF535;
}
</style>
border-color css
<style>
span { border-color: #CEF535; }
span { border-color: rgb(206,245,53); }
td.TdClassName
{
border-color: #CEF535;
}
.TagClassName
{
border-color: #CEF535;
}
</style>