Shades of Pear #CEF125
Tints of Pear #CEF125
RGB
CMYK
RGB Variations
Color information
#CEF125 (or 0xCEF125) is known color: Pear. HEX triplet: CE, F1 and 25. RGB value is (206,241,37). Sum of RGB (Red+Green+Blue) = 206+241+37=484 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.56% from 484); Green value is 241 (94.53% from 255 or 49.79% from 484); Blue value is 37 (14.84% from 255 or 7.64% from 484); Max value from RGB is 241 - color contains mainly: green. Hex color #CEF125 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF125 is #310EDA. Grayscale: #D0D0D0. Windows color (decimal): -3215067 or 2486734. OLE color: 2486734.
HSL color Cylindrical-coordinate representation of color #CEF125: hue angle of 70.29º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CEF125 is Cyan = 0.15, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 241 | 37 | - |
| CMYK | 0.15 | 0 | 0.85 | 0.05 |
| HSL | 70.29º | 0.88% | 0.55% | - |
| HSV(B) | 70.29º | 0.85% | 0.95% | - |
| XYZ | 57.24 | 76.17 | 13.43 | - |
| YUV | 207.28 | 31.9 | 127.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 241 | 37 | 0.15 | 0 | 0.85 | 0.05 | 70.29 | 0.88 | 0.55 |
| Hex | CE | F1 | 25 | F | 0 | 55 | 5 | 46 | 58 | 37 |
| Octal | 316 | 361 | 45 | 17 | 0 | 125 | 5 | 106 | 130 | 67 |
| Binary | 11001110 | 11110001 | 100101 | 1111 | 0 | 1010101 | 101 | 1000110 | 1011000 | 110111 |
Color Harmonies of #CEF125
Complementary color
Monochromatic Colors of #CEF125
Black with #CEF125
Text Example
Text Example
White with #CEF125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF125; }
p { color: rgb(206,241,37); }
H1.HeaderClassName
{
color: #CEF125;
}
.AnyTagClassName
{
color: #CEF125;
}
</style>
background-color css
<style>
a { background-color: #CEF125; }
a { background-color: rgb(206,241,37); }
div.DivClassName
{
background-color: #CEF125;
}
.BgClassName
{
background-color: #CEF125;
}
</style>
border-color css
<style>
span { border-color: #CEF125; }
span { border-color: rgb(206,241,37); }
td.TdClassName
{
border-color: #CEF125;
}
.TagClassName
{
border-color: #CEF125;
}
</style>