Shades of Pear #CEF928
Tints of Pear #CEF928
RGB
CMYK
RGB Variations
Color information
#CEF928 (or 0xCEF928) is known color: Pear. HEX triplet: CE, F9 and 28. RGB value is (206,249,40). Sum of RGB (Red+Green+Blue) = 206+249+40=495 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.62% from 495); Green value is 249 (97.66% from 255 or 50.30% from 495); Blue value is 40 (16.02% from 255 or 8.08% from 495); Max value from RGB is 249 - color contains mainly: green. Hex color #CEF928 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF928 is #3106D7. Grayscale: #D5D5D5. Windows color (decimal): -3213016 or 2685390. OLE color: 2685390.
HSL color Cylindrical-coordinate representation of color #CEF928: hue angle of 72.34º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CEF928 is Cyan = 0.17, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 249 | 40 | - |
| CMYK | 0.17 | 0 | 0.84 | 0.02 |
| HSL | 72.34º | 0.95% | 0.57% | - |
| HSV(B) | 72.34º | 0.84% | 0.98% | - |
| XYZ | 59.71 | 81.03 | 14.5 | - |
| YUV | 212.32 | 30.75 | 123.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 249 | 40 | 0.17 | 0 | 0.84 | 0.02 | 72.34 | 0.95 | 0.57 |
| Hex | CE | F9 | 28 | 11 | 0 | 54 | 2 | 48 | 5F | 39 |
| Octal | 316 | 371 | 50 | 21 | 0 | 124 | 2 | 110 | 137 | 71 |
| Binary | 11001110 | 11111001 | 101000 | 10001 | 0 | 1010100 | 10 | 1001000 | 1011111 | 111001 |
Color Harmonies of #CEF928
Complementary color
Monochromatic Colors of #CEF928
Black with #CEF928
Text Example
Text Example
White with #CEF928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF928; }
p { color: rgb(206,249,40); }
H1.HeaderClassName
{
color: #CEF928;
}
.AnyTagClassName
{
color: #CEF928;
}
</style>
background-color css
<style>
a { background-color: #CEF928; }
a { background-color: rgb(206,249,40); }
div.DivClassName
{
background-color: #CEF928;
}
.BgClassName
{
background-color: #CEF928;
}
</style>
border-color css
<style>
span { border-color: #CEF928; }
span { border-color: rgb(206,249,40); }
td.TdClassName
{
border-color: #CEF928;
}
.TagClassName
{
border-color: #CEF928;
}
</style>