Shades of Pear #CEF320
Tints of Pear #CEF320
RGB
CMYK
RGB Variations
Color information
#CEF320 (or 0xCEF320) is known color: Pear. HEX triplet: CE, F3 and 20. RGB value is (206,243,32). Sum of RGB (Red+Green+Blue) = 206+243+32=481 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.83% from 481); Green value is 243 (95.31% from 255 or 50.52% from 481); Blue value is 32 (12.89% from 255 or 6.65% from 481); Max value from RGB is 243 - color contains mainly: green. Hex color #CEF320 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF320 is #310CDF. Grayscale: #D0D0D0. Windows color (decimal): -3214560 or 2159566. OLE color: 2159566.
HSL color Cylindrical-coordinate representation of color #CEF320: hue angle of 70.52º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CEF320 is Cyan = 0.15, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 243 | 32 | - |
| CMYK | 0.15 | 0 | 0.87 | 0.05 |
| HSL | 70.52º | 0.9% | 0.54% | - |
| HSV(B) | 70.52º | 0.87% | 0.95% | - |
| XYZ | 57.76 | 77.33 | 13.25 | - |
| YUV | 207.88 | 28.74 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 243 | 32 | 0.15 | 0 | 0.87 | 0.05 | 70.52 | 0.9 | 0.54 |
| Hex | CE | F3 | 20 | F | 0 | 57 | 5 | 47 | 5A | 36 |
| Octal | 316 | 363 | 40 | 17 | 0 | 127 | 5 | 107 | 132 | 66 |
| Binary | 11001110 | 11110011 | 100000 | 1111 | 0 | 1010111 | 101 | 1000111 | 1011010 | 110110 |
Color Harmonies of #CEF320
Complementary color
Monochromatic Colors of #CEF320
Black with #CEF320
Text Example
Text Example
White with #CEF320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF320; }
p { color: rgb(206,243,32); }
H1.HeaderClassName
{
color: #CEF320;
}
.AnyTagClassName
{
color: #CEF320;
}
</style>
background-color css
<style>
a { background-color: #CEF320; }
a { background-color: rgb(206,243,32); }
div.DivClassName
{
background-color: #CEF320;
}
.BgClassName
{
background-color: #CEF320;
}
</style>
border-color css
<style>
span { border-color: #CEF320; }
span { border-color: rgb(206,243,32); }
td.TdClassName
{
border-color: #CEF320;
}
.TagClassName
{
border-color: #CEF320;
}
</style>