Shades of Pear #CEF321
Tints of Pear #CEF321
RGB
CMYK
RGB Variations
Color information
#CEF321 (or 0xCEF321) is known color: Pear. HEX triplet: CE, F3 and 21. RGB value is (206,243,33). Sum of RGB (Red+Green+Blue) = 206+243+33=482 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.74% from 482); Green value is 243 (95.31% from 255 or 50.41% from 482); Blue value is 33 (13.28% from 255 or 6.85% from 482); Max value from RGB is 243 - color contains mainly: green. Hex color #CEF321 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF321 is #310CDE. Grayscale: #D0D0D0. Windows color (decimal): -3214559 or 2225102. OLE color: 2225102.
HSL color Cylindrical-coordinate representation of color #CEF321: hue angle of 70.57º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CEF321 is Cyan = 0.15, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 243 | 33 | - |
| CMYK | 0.15 | 0 | 0.86 | 0.05 |
| HSL | 70.57º | 0.9% | 0.54% | - |
| HSV(B) | 70.57º | 0.86% | 0.95% | - |
| XYZ | 57.78 | 77.33 | 13.32 | - |
| YUV | 208 | 29.24 | 126.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 243 | 33 | 0.15 | 0 | 0.86 | 0.05 | 70.57 | 0.9 | 0.54 |
| Hex | CE | F3 | 21 | F | 0 | 56 | 5 | 47 | 5A | 36 |
| Octal | 316 | 363 | 41 | 17 | 0 | 126 | 5 | 107 | 132 | 66 |
| Binary | 11001110 | 11110011 | 100001 | 1111 | 0 | 1010110 | 101 | 1000111 | 1011010 | 110110 |
Color Harmonies of #CEF321
Complementary color
Monochromatic Colors of #CEF321
Black with #CEF321
Text Example
Text Example
White with #CEF321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF321; }
p { color: rgb(206,243,33); }
H1.HeaderClassName
{
color: #CEF321;
}
.AnyTagClassName
{
color: #CEF321;
}
</style>
background-color css
<style>
a { background-color: #CEF321; }
a { background-color: rgb(206,243,33); }
div.DivClassName
{
background-color: #CEF321;
}
.BgClassName
{
background-color: #CEF321;
}
</style>
border-color css
<style>
span { border-color: #CEF321; }
span { border-color: rgb(206,243,33); }
td.TdClassName
{
border-color: #CEF321;
}
.TagClassName
{
border-color: #CEF321;
}
</style>