Shades of Pear #CEF019
Tints of Pear #CEF019
RGB
CMYK
RGB Variations
Color information
#CEF019 (or 0xCEF019) is known color: Pear. HEX triplet: CE, F0 and 19. RGB value is (206,240,25). Sum of RGB (Red+Green+Blue) = 206+240+25=471 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.74% from 471); Green value is 240 (94.14% from 255 or 50.96% from 471); Blue value is 25 (10.16% from 255 or 5.31% from 471); Max value from RGB is 240 - color contains mainly: green. Hex color #CEF019 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEF019 is #310FE6. Grayscale: #CECECE. Windows color (decimal): -3215335 or 1700046. OLE color: 1700046.
HSL color Cylindrical-coordinate representation of color #CEF019: hue angle of 69.49º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CEF019 is Cyan = 0.14, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 240 | 25 | - |
| CMYK | 0.14 | 0 | 0.90 | 0.06 |
| HSL | 69.49º | 0.88% | 0.52% | - |
| HSV(B) | 69.49º | 0.9% | 0.94% | - |
| XYZ | 56.79 | 75.51 | 12.5 | - |
| YUV | 205.32 | 26.24 | 128.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 240 | 25 | 0.14 | 0 | 0.90 | 0.06 | 69.49 | 0.88 | 0.52 |
| Hex | CE | F0 | 19 | E | 0 | 5A | 6 | 45 | 58 | 34 |
| Octal | 316 | 360 | 31 | 16 | 0 | 132 | 6 | 105 | 130 | 64 |
| Binary | 11001110 | 11110000 | 11001 | 1110 | 0 | 1011010 | 110 | 1000101 | 1011000 | 110100 |
Color Harmonies of #CEF019
Complementary color
Monochromatic Colors of #CEF019
Black with #CEF019
Text Example
Text Example
White with #CEF019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF019; }
p { color: rgb(206,240,25); }
H1.HeaderClassName
{
color: #CEF019;
}
.AnyTagClassName
{
color: #CEF019;
}
</style>
background-color css
<style>
a { background-color: #CEF019; }
a { background-color: rgb(206,240,25); }
div.DivClassName
{
background-color: #CEF019;
}
.BgClassName
{
background-color: #CEF019;
}
</style>
border-color css
<style>
span { border-color: #CEF019; }
span { border-color: rgb(206,240,25); }
td.TdClassName
{
border-color: #CEF019;
}
.TagClassName
{
border-color: #CEF019;
}
</style>