Shades of Pear #CEE514
Tints of Pear #CEE514
RGB
CMYK
RGB Variations
Color information
#CEE514 (or 0xCEE514) is known color: Pear. HEX triplet: CE, E5 and 14. RGB value is (206,229,20). Sum of RGB (Red+Green+Blue) = 206+229+20=455 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.27% from 455); Green value is 229 (89.84% from 255 or 50.33% from 455); Blue value is 20 (8.20% from 255 or 4.40% from 455); Max value from RGB is 229 - color contains mainly: green. Hex color #CEE514 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEE514 is #311AEB. Grayscale: #C7C7C7. Windows color (decimal): -3218156 or 1369550. OLE color: 1369550.
HSL color Cylindrical-coordinate representation of color #CEE514: hue angle of 66.6º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CEE514 is Cyan = 0.10, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 206 | 229 | 20 | - |
| CMYK | 0.10 | 0 | 0.91 | 0.10 |
| HSL | 66.6º | 0.84% | 0.49% | - |
| HSV(B) | 66.6º | 0.91% | 0.9% | - |
| XYZ | 53.6 | 69.21 | 11.2 | - |
| YUV | 198.3 | 27.38 | 133.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 229 | 20 | 0.10 | 0 | 0.91 | 0.10 | 66.6 | 0.84 | 0.49 |
| Hex | CE | E5 | 14 | A | 0 | 5B | A | 43 | 54 | 31 |
| Octal | 316 | 345 | 24 | 12 | 0 | 133 | 12 | 103 | 124 | 61 |
| Binary | 11001110 | 11100101 | 10100 | 1010 | 0 | 1011011 | 1010 | 1000011 | 1010100 | 110001 |
Color Harmonies of #CEE514
Complementary color
Monochromatic Colors of #CEE514
Black with #CEE514
Text Example
Text Example
White with #CEE514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE514; }
p { color: rgb(206,229,20); }
H1.HeaderClassName
{
color: #CEE514;
}
.AnyTagClassName
{
color: #CEE514;
}
</style>
background-color css
<style>
a { background-color: #CEE514; }
a { background-color: rgb(206,229,20); }
div.DivClassName
{
background-color: #CEE514;
}
.BgClassName
{
background-color: #CEE514;
}
</style>
border-color css
<style>
span { border-color: #CEE514; }
span { border-color: rgb(206,229,20); }
td.TdClassName
{
border-color: #CEE514;
}
.TagClassName
{
border-color: #CEE514;
}
</style>