Shades of Pear #CEF322
Tints of Pear #CEF322
RGB
CMYK
RGB Variations
Color information
#CEF322 (or 0xCEF322) is known color: Pear. HEX triplet: CE, F3 and 22. RGB value is (206,243,34). Sum of RGB (Red+Green+Blue) = 206+243+34=483 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.65% from 483); Green value is 243 (95.31% from 255 or 50.31% from 483); Blue value is 34 (13.67% from 255 or 7.04% from 483); Max value from RGB is 243 - color contains mainly: green. Hex color #CEF322 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF322 is #310CDD. Grayscale: #D0D0D0. Windows color (decimal): -3214558 or 2290638. OLE color: 2290638.
HSL color Cylindrical-coordinate representation of color #CEF322: hue angle of 70.62º 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 #CEF322 is Cyan = 0.15, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 243 | 34 | - |
| CMYK | 0.15 | 0 | 0.86 | 0.05 |
| HSL | 70.62º | 0.9% | 0.54% | - |
| HSV(B) | 70.62º | 0.86% | 0.95% | - |
| XYZ | 57.79 | 77.34 | 13.4 | - |
| YUV | 208.11 | 29.74 | 126.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 243 | 34 | 0.15 | 0 | 0.86 | 0.05 | 70.62 | 0.9 | 0.54 |
| Hex | CE | F3 | 22 | F | 0 | 56 | 5 | 47 | 5A | 36 |
| Octal | 316 | 363 | 42 | 17 | 0 | 126 | 5 | 107 | 132 | 66 |
| Binary | 11001110 | 11110011 | 100010 | 1111 | 0 | 1010110 | 101 | 1000111 | 1011010 | 110110 |
Color Harmonies of #CEF322
Complementary color
Monochromatic Colors of #CEF322
Black with #CEF322
Text Example
Text Example
White with #CEF322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF322; }
p { color: rgb(206,243,34); }
H1.HeaderClassName
{
color: #CEF322;
}
.AnyTagClassName
{
color: #CEF322;
}
</style>
background-color css
<style>
a { background-color: #CEF322; }
a { background-color: rgb(206,243,34); }
div.DivClassName
{
background-color: #CEF322;
}
.BgClassName
{
background-color: #CEF322;
}
</style>
border-color css
<style>
span { border-color: #CEF322; }
span { border-color: rgb(206,243,34); }
td.TdClassName
{
border-color: #CEF322;
}
.TagClassName
{
border-color: #CEF322;
}
</style>