Shades of Pear #CEF225
Tints of Pear #CEF225
RGB
CMYK
RGB Variations
Color information
#CEF225 (or 0xCEF225) is known color: Pear. HEX triplet: CE, F2 and 25. RGB value is (206,242,37). Sum of RGB (Red+Green+Blue) = 206+242+37=485 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.47% from 485); Green value is 242 (94.92% from 255 or 49.90% from 485); Blue value is 37 (14.84% from 255 or 7.63% from 485); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF225 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF225 is #310DDA. Grayscale: #D0D0D0. Windows color (decimal): -3214811 or 2486990. OLE color: 2486990.
HSL color Cylindrical-coordinate representation of color #CEF225: hue angle of 70.54º degrees, saturation: 0.89, 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 #CEF225 is Cyan = 0.15, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 242 | 37 | - |
| CMYK | 0.15 | 0 | 0.85 | 0.05 |
| HSL | 70.54º | 0.89% | 0.55% | - |
| HSV(B) | 70.54º | 0.85% | 0.95% | - |
| XYZ | 57.54 | 76.76 | 13.53 | - |
| YUV | 207.87 | 31.57 | 126.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 242 | 37 | 0.15 | 0 | 0.85 | 0.05 | 70.54 | 0.89 | 0.55 |
| Hex | CE | F2 | 25 | F | 0 | 55 | 5 | 47 | 59 | 37 |
| Octal | 316 | 362 | 45 | 17 | 0 | 125 | 5 | 107 | 131 | 67 |
| Binary | 11001110 | 11110010 | 100101 | 1111 | 0 | 1010101 | 101 | 1000111 | 1011001 | 110111 |
Color Harmonies of #CEF225
Complementary color
Monochromatic Colors of #CEF225
Black with #CEF225
Text Example
Text Example
White with #CEF225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF225; }
p { color: rgb(206,242,37); }
H1.HeaderClassName
{
color: #CEF225;
}
.AnyTagClassName
{
color: #CEF225;
}
</style>
background-color css
<style>
a { background-color: #CEF225; }
a { background-color: rgb(206,242,37); }
div.DivClassName
{
background-color: #CEF225;
}
.BgClassName
{
background-color: #CEF225;
}
</style>
border-color css
<style>
span { border-color: #CEF225; }
span { border-color: rgb(206,242,37); }
td.TdClassName
{
border-color: #CEF225;
}
.TagClassName
{
border-color: #CEF225;
}
</style>