Shades of Pear #CEF020
Tints of Pear #CEF020
RGB
CMYK
RGB Variations
Color information
#CEF020 (or 0xCEF020) is known color: Pear. HEX triplet: CE, F0 and 20. RGB value is (206,240,32). Sum of RGB (Red+Green+Blue) = 206+240+32=478 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.10% from 478); Green value is 240 (94.14% from 255 or 50.21% from 478); Blue value is 32 (12.89% from 255 or 6.69% from 478); Max value from RGB is 240 - color contains mainly: green. Hex color #CEF020 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF020 is #310FDF. Grayscale: #CECECE. Windows color (decimal): -3215328 or 2158798. OLE color: 2158798.
HSL color Cylindrical-coordinate representation of color #CEF020: hue angle of 69.81º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CEF020 is Cyan = 0.14, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 240 | 32 | - |
| CMYK | 0.14 | 0 | 0.87 | 0.06 |
| HSL | 69.81º | 0.87% | 0.53% | - |
| HSV(B) | 69.81º | 0.87% | 0.94% | - |
| XYZ | 56.87 | 75.55 | 12.95 | - |
| YUV | 206.12 | 29.74 | 127.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 240 | 32 | 0.14 | 0 | 0.87 | 0.06 | 69.81 | 0.87 | 0.53 |
| Hex | CE | F0 | 20 | E | 0 | 57 | 6 | 46 | 57 | 35 |
| Octal | 316 | 360 | 40 | 16 | 0 | 127 | 6 | 106 | 127 | 65 |
| Binary | 11001110 | 11110000 | 100000 | 1110 | 0 | 1010111 | 110 | 1000110 | 1010111 | 110101 |
Color Harmonies of #CEF020
Complementary color
Monochromatic Colors of #CEF020
Black with #CEF020
Text Example
Text Example
White with #CEF020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF020; }
p { color: rgb(206,240,32); }
H1.HeaderClassName
{
color: #CEF020;
}
.AnyTagClassName
{
color: #CEF020;
}
</style>
background-color css
<style>
a { background-color: #CEF020; }
a { background-color: rgb(206,240,32); }
div.DivClassName
{
background-color: #CEF020;
}
.BgClassName
{
background-color: #CEF020;
}
</style>
border-color css
<style>
span { border-color: #CEF020; }
span { border-color: rgb(206,240,32); }
td.TdClassName
{
border-color: #CEF020;
}
.TagClassName
{
border-color: #CEF020;
}
</style>