Shades of Pear #CEF230
Tints of Pear #CEF230
RGB
CMYK
RGB Variations
Color information
#CEF230 (or 0xCEF230) is known color: Pear. HEX triplet: CE, F2 and 30. RGB value is (206,242,48). Sum of RGB (Red+Green+Blue) = 206+242+48=496 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.53% from 496); Green value is 242 (94.92% from 255 or 48.79% from 496); Blue value is 48 (19.14% from 255 or 9.68% from 496); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF230 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF230 is #310DCF. Grayscale: #D1D1D1. Windows color (decimal): -3214800 or 3207886. OLE color: 3207886.
HSL color Cylindrical-coordinate representation of color #CEF230: hue angle of 71.13º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CEF230 is Cyan = 0.15, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 242 | 48 | - |
| CMYK | 0.15 | 0 | 0.80 | 0.05 |
| HSL | 71.13º | 0.88% | 0.57% | - |
| HSV(B) | 71.13º | 0.8% | 0.95% | - |
| XYZ | 57.74 | 76.84 | 14.58 | - |
| YUV | 209.12 | 37.07 | 125.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 242 | 48 | 0.15 | 0 | 0.80 | 0.05 | 71.13 | 0.88 | 0.57 |
| Hex | CE | F2 | 30 | F | 0 | 50 | 5 | 47 | 58 | 39 |
| Octal | 316 | 362 | 60 | 17 | 0 | 120 | 5 | 107 | 130 | 71 |
| Binary | 11001110 | 11110010 | 110000 | 1111 | 0 | 1010000 | 101 | 1000111 | 1011000 | 111001 |
Color Harmonies of #CEF230
Complementary color
Monochromatic Colors of #CEF230
Black with #CEF230
Text Example
Text Example
White with #CEF230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF230; }
p { color: rgb(206,242,48); }
H1.HeaderClassName
{
color: #CEF230;
}
.AnyTagClassName
{
color: #CEF230;
}
</style>
background-color css
<style>
a { background-color: #CEF230; }
a { background-color: rgb(206,242,48); }
div.DivClassName
{
background-color: #CEF230;
}
.BgClassName
{
background-color: #CEF230;
}
</style>
border-color css
<style>
span { border-color: #CEF230; }
span { border-color: rgb(206,242,48); }
td.TdClassName
{
border-color: #CEF230;
}
.TagClassName
{
border-color: #CEF230;
}
</style>