Shades of Pear #CEF821
Tints of Pear #CEF821
RGB
CMYK
RGB Variations
Color information
#CEF821 (or 0xCEF821) is known color: Pear. HEX triplet: CE, F8 and 21. RGB value is (206,248,33). Sum of RGB (Red+Green+Blue) = 206+248+33=487 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.30% from 487); Green value is 248 (97.27% from 255 or 50.92% from 487); Blue value is 33 (13.28% from 255 or 6.78% from 487); Max value from RGB is 248 - color contains mainly: green. Hex color #CEF821 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF821 is #3107DE. Grayscale: #D3D3D3. Windows color (decimal): -3213279 or 2226382. OLE color: 2226382.
HSL color Cylindrical-coordinate representation of color #CEF821: hue angle of 71.72º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CEF821 is Cyan = 0.17, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 206 | 248 | 33 | - |
| CMYK | 0.17 | 0 | 0.87 | 0.03 |
| HSL | 71.72º | 0.94% | 0.55% | - |
| HSV(B) | 71.72º | 0.87% | 0.97% | - |
| XYZ | 59.3 | 80.37 | 13.83 | - |
| YUV | 210.93 | 27.59 | 124.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 248 | 33 | 0.17 | 0 | 0.87 | 0.03 | 71.72 | 0.94 | 0.55 |
| Hex | CE | F8 | 21 | 11 | 0 | 57 | 3 | 48 | 5E | 37 |
| Octal | 316 | 370 | 41 | 21 | 0 | 127 | 3 | 110 | 136 | 67 |
| Binary | 11001110 | 11111000 | 100001 | 10001 | 0 | 1010111 | 11 | 1001000 | 1011110 | 110111 |
Color Harmonies of #CEF821
Complementary color
Monochromatic Colors of #CEF821
Black with #CEF821
Text Example
Text Example
White with #CEF821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF821; }
p { color: rgb(206,248,33); }
H1.HeaderClassName
{
color: #CEF821;
}
.AnyTagClassName
{
color: #CEF821;
}
</style>
background-color css
<style>
a { background-color: #CEF821; }
a { background-color: rgb(206,248,33); }
div.DivClassName
{
background-color: #CEF821;
}
.BgClassName
{
background-color: #CEF821;
}
</style>
border-color css
<style>
span { border-color: #CEF821; }
span { border-color: rgb(206,248,33); }
td.TdClassName
{
border-color: #CEF821;
}
.TagClassName
{
border-color: #CEF821;
}
</style>