Shades of Pear #CEF942
Tints of Pear #CEF942
RGB
CMYK
RGB Variations
Color information
#CEF942 (or 0xCEF942) is known color: Pear. HEX triplet: CE, F9 and 42. RGB value is (206,249,66). Sum of RGB (Red+Green+Blue) = 206+249+66=521 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.54% from 521); Green value is 249 (97.66% from 255 or 47.79% from 521); Blue value is 66 (26.17% from 255 or 12.67% from 521); Max value from RGB is 249 - color contains mainly: green. Hex color #CEF942 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF942 is #3106BD. Grayscale: #D7D7D7. Windows color (decimal): -3212990 or 4389326. OLE color: 4389326.
HSL color Cylindrical-coordinate representation of color #CEF942: hue angle of 74.1º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CEF942 is Cyan = 0.17, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 249 | 66 | - |
| CMYK | 0.17 | 0 | 0.73 | 0.02 |
| HSL | 74.1º | 0.94% | 0.62% | - |
| HSV(B) | 74.1º | 0.73% | 0.98% | - |
| XYZ | 60.31 | 81.27 | 17.66 | - |
| YUV | 215.28 | 43.75 | 121.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 249 | 66 | 0.17 | 0 | 0.73 | 0.02 | 74.1 | 0.94 | 0.62 |
| Hex | CE | F9 | 42 | 11 | 0 | 49 | 2 | 4A | 5E | 3E |
| Octal | 316 | 371 | 102 | 21 | 0 | 111 | 2 | 112 | 136 | 76 |
| Binary | 11001110 | 11111001 | 1000010 | 10001 | 0 | 1001001 | 10 | 1001010 | 1011110 | 111110 |
Color Harmonies of #CEF942
Complementary color
Monochromatic Colors of #CEF942
Black with #CEF942
Text Example
Text Example
White with #CEF942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF942; }
p { color: rgb(206,249,66); }
H1.HeaderClassName
{
color: #CEF942;
}
.AnyTagClassName
{
color: #CEF942;
}
</style>
background-color css
<style>
a { background-color: #CEF942; }
a { background-color: rgb(206,249,66); }
div.DivClassName
{
background-color: #CEF942;
}
.BgClassName
{
background-color: #CEF942;
}
</style>
border-color css
<style>
span { border-color: #CEF942; }
span { border-color: rgb(206,249,66); }
td.TdClassName
{
border-color: #CEF942;
}
.TagClassName
{
border-color: #CEF942;
}
</style>