Shades of Pear #CEF825
Tints of Pear #CEF825
RGB
CMYK
RGB Variations
Color information
#CEF825 (or 0xCEF825) is known color: Pear. HEX triplet: CE, F8 and 25. RGB value is (206,248,37). Sum of RGB (Red+Green+Blue) = 206+248+37=491 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.96% from 491); Green value is 248 (97.27% from 255 or 50.51% from 491); Blue value is 37 (14.84% from 255 or 7.54% from 491); Max value from RGB is 248 - color contains mainly: green. Hex color #CEF825 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF825 is #3107DA. Grayscale: #D4D4D4. Windows color (decimal): -3213275 or 2488526. OLE color: 2488526.
HSL color Cylindrical-coordinate representation of color #CEF825: hue angle of 71.94º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CEF825 is Cyan = 0.17, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 206 | 248 | 37 | - |
| CMYK | 0.17 | 0 | 0.85 | 0.03 |
| HSL | 71.94º | 0.94% | 0.56% | - |
| HSV(B) | 71.94º | 0.85% | 0.97% | - |
| XYZ | 59.35 | 80.39 | 14.14 | - |
| YUV | 211.39 | 29.59 | 124.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 248 | 37 | 0.17 | 0 | 0.85 | 0.03 | 71.94 | 0.94 | 0.56 |
| Hex | CE | F8 | 25 | 11 | 0 | 55 | 3 | 48 | 5E | 38 |
| Octal | 316 | 370 | 45 | 21 | 0 | 125 | 3 | 110 | 136 | 70 |
| Binary | 11001110 | 11111000 | 100101 | 10001 | 0 | 1010101 | 11 | 1001000 | 1011110 | 111000 |
Color Harmonies of #CEF825
Complementary color
Monochromatic Colors of #CEF825
Black with #CEF825
Text Example
Text Example
White with #CEF825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF825; }
p { color: rgb(206,248,37); }
H1.HeaderClassName
{
color: #CEF825;
}
.AnyTagClassName
{
color: #CEF825;
}
</style>
background-color css
<style>
a { background-color: #CEF825; }
a { background-color: rgb(206,248,37); }
div.DivClassName
{
background-color: #CEF825;
}
.BgClassName
{
background-color: #CEF825;
}
</style>
border-color css
<style>
span { border-color: #CEF825; }
span { border-color: rgb(206,248,37); }
td.TdClassName
{
border-color: #CEF825;
}
.TagClassName
{
border-color: #CEF825;
}
</style>