Shades of Pear #CEF525
Tints of Pear #CEF525
RGB
CMYK
RGB Variations
Color information
#CEF525 (or 0xCEF525) is known color: Pear. HEX triplet: CE, F5 and 25. RGB value is (206,245,37). Sum of RGB (Red+Green+Blue) = 206+245+37=488 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.21% from 488); Green value is 245 (96.09% from 255 or 50.20% from 488); Blue value is 37 (14.84% from 255 or 7.58% from 488); Max value from RGB is 245 - color contains mainly: green. Hex color #CEF525 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF525 is #310ADA. Grayscale: #D2D2D2. Windows color (decimal): -3214043 or 2487758. OLE color: 2487758.
HSL color Cylindrical-coordinate representation of color #CEF525: hue angle of 71.25º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CEF525 is Cyan = 0.16, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 245 | 37 | - |
| CMYK | 0.16 | 0 | 0.85 | 0.04 |
| HSL | 71.25º | 0.91% | 0.55% | - |
| HSV(B) | 71.25º | 0.85% | 0.96% | - |
| XYZ | 58.44 | 78.56 | 13.83 | - |
| YUV | 209.63 | 30.58 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 245 | 37 | 0.16 | 0 | 0.85 | 0.04 | 71.25 | 0.91 | 0.55 |
| Hex | CE | F5 | 25 | 10 | 0 | 55 | 4 | 47 | 5B | 37 |
| Octal | 316 | 365 | 45 | 20 | 0 | 125 | 4 | 107 | 133 | 67 |
| Binary | 11001110 | 11110101 | 100101 | 10000 | 0 | 1010101 | 100 | 1000111 | 1011011 | 110111 |
Color Harmonies of #CEF525
Complementary color
Monochromatic Colors of #CEF525
Black with #CEF525
Text Example
Text Example
White with #CEF525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF525; }
p { color: rgb(206,245,37); }
H1.HeaderClassName
{
color: #CEF525;
}
.AnyTagClassName
{
color: #CEF525;
}
</style>
background-color css
<style>
a { background-color: #CEF525; }
a { background-color: rgb(206,245,37); }
div.DivClassName
{
background-color: #CEF525;
}
.BgClassName
{
background-color: #CEF525;
}
</style>
border-color css
<style>
span { border-color: #CEF525; }
span { border-color: rgb(206,245,37); }
td.TdClassName
{
border-color: #CEF525;
}
.TagClassName
{
border-color: #CEF525;
}
</style>