Shades of Pear #CEF625
Tints of Pear #CEF625
RGB
CMYK
RGB Variations
Color information
#CEF625 (or 0xCEF625) is known color: Pear. HEX triplet: CE, F6 and 25. RGB value is (206,246,37). Sum of RGB (Red+Green+Blue) = 206+246+37=489 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.13% from 489); Green value is 246 (96.48% from 255 or 50.31% from 489); Blue value is 37 (14.84% from 255 or 7.57% from 489); Max value from RGB is 246 - color contains mainly: green. Hex color #CEF625 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF625 is #3109DA. Grayscale: #D3D3D3. Windows color (decimal): -3213787 or 2488014. OLE color: 2488014.
HSL color Cylindrical-coordinate representation of color #CEF625: hue angle of 71.48º degrees, saturation: 0.92, 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 #CEF625 is Cyan = 0.16, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 246 | 37 | - |
| CMYK | 0.16 | 0 | 0.85 | 0.04 |
| HSL | 71.48º | 0.92% | 0.55% | - |
| HSV(B) | 71.48º | 0.85% | 0.96% | - |
| XYZ | 58.74 | 79.17 | 13.93 | - |
| YUV | 210.21 | 30.25 | 124.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 246 | 37 | 0.16 | 0 | 0.85 | 0.04 | 71.48 | 0.92 | 0.55 |
| Hex | CE | F6 | 25 | 10 | 0 | 55 | 4 | 47 | 5C | 37 |
| Octal | 316 | 366 | 45 | 20 | 0 | 125 | 4 | 107 | 134 | 67 |
| Binary | 11001110 | 11110110 | 100101 | 10000 | 0 | 1010101 | 100 | 1000111 | 1011100 | 110111 |
Color Harmonies of #CEF625
Complementary color
Monochromatic Colors of #CEF625
Black with #CEF625
Text Example
Text Example
White with #CEF625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF625; }
p { color: rgb(206,246,37); }
H1.HeaderClassName
{
color: #CEF625;
}
.AnyTagClassName
{
color: #CEF625;
}
</style>
background-color css
<style>
a { background-color: #CEF625; }
a { background-color: rgb(206,246,37); }
div.DivClassName
{
background-color: #CEF625;
}
.BgClassName
{
background-color: #CEF625;
}
</style>
border-color css
<style>
span { border-color: #CEF625; }
span { border-color: rgb(206,246,37); }
td.TdClassName
{
border-color: #CEF625;
}
.TagClassName
{
border-color: #CEF625;
}
</style>