Shades of Pear #CEF842
Tints of Pear #CEF842
RGB
CMYK
RGB Variations
Color information
#CEF842 (or 0xCEF842) is known color: Pear. HEX triplet: CE, F8 and 42. RGB value is (206,248,66). Sum of RGB (Red+Green+Blue) = 206+248+66=520 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.62% from 520); Green value is 248 (97.27% from 255 or 47.69% from 520); Blue value is 66 (26.17% from 255 or 12.69% from 520); Max value from RGB is 248 - color contains mainly: green. Hex color #CEF842 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF842 is #3107BD. Grayscale: #D7D7D7. Windows color (decimal): -3213246 or 4389070. OLE color: 4389070.
HSL color Cylindrical-coordinate representation of color #CEF842: hue angle of 73.85º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CEF842 is Cyan = 0.17, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 206 | 248 | 66 | - |
| CMYK | 0.17 | 0 | 0.73 | 0.03 |
| HSL | 73.85º | 0.93% | 0.62% | - |
| HSV(B) | 73.85º | 0.73% | 0.97% | - |
| XYZ | 60 | 80.65 | 17.56 | - |
| YUV | 214.69 | 44.09 | 121.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 248 | 66 | 0.17 | 0 | 0.73 | 0.03 | 73.85 | 0.93 | 0.62 |
| Hex | CE | F8 | 42 | 11 | 0 | 49 | 3 | 4A | 5D | 3E |
| Octal | 316 | 370 | 102 | 21 | 0 | 111 | 3 | 112 | 135 | 76 |
| Binary | 11001110 | 11111000 | 1000010 | 10001 | 0 | 1001001 | 11 | 1001010 | 1011101 | 111110 |
Color Harmonies of #CEF842
Complementary color
Monochromatic Colors of #CEF842
Black with #CEF842
Text Example
Text Example
White with #CEF842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF842; }
p { color: rgb(206,248,66); }
H1.HeaderClassName
{
color: #CEF842;
}
.AnyTagClassName
{
color: #CEF842;
}
</style>
background-color css
<style>
a { background-color: #CEF842; }
a { background-color: rgb(206,248,66); }
div.DivClassName
{
background-color: #CEF842;
}
.BgClassName
{
background-color: #CEF842;
}
</style>
border-color css
<style>
span { border-color: #CEF842; }
span { border-color: rgb(206,248,66); }
td.TdClassName
{
border-color: #CEF842;
}
.TagClassName
{
border-color: #CEF842;
}
</style>