Shades of Pear #CEE614
Tints of Pear #CEE614
RGB
CMYK
RGB Variations
Color information
#CEE614 (or 0xCEE614) is known color: Pear. HEX triplet: CE, E6 and 14. RGB value is (206,230,20). Sum of RGB (Red+Green+Blue) = 206+230+20=456 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.18% from 456); Green value is 230 (90.23% from 255 or 50.44% from 456); Blue value is 20 (8.20% from 255 or 4.39% from 456); Max value from RGB is 230 - color contains mainly: green. Hex color #CEE614 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEE614 is #3119EB. Grayscale: #C7C7C7. Windows color (decimal): -3217900 or 1369806. OLE color: 1369806.
HSL color Cylindrical-coordinate representation of color #CEE614: hue angle of 66.86º 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 #CEE614 is Cyan = 0.10, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 206 | 230 | 20 | - |
| CMYK | 0.10 | 0 | 0.91 | 0.10 |
| HSL | 66.86º | 0.84% | 0.49% | - |
| HSV(B) | 66.86º | 0.91% | 0.9% | - |
| XYZ | 53.88 | 69.77 | 11.29 | - |
| YUV | 198.88 | 27.05 | 133.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 230 | 20 | 0.10 | 0 | 0.91 | 0.10 | 66.86 | 0.84 | 0.49 |
| Hex | CE | E6 | 14 | A | 0 | 5B | A | 43 | 54 | 31 |
| Octal | 316 | 346 | 24 | 12 | 0 | 133 | 12 | 103 | 124 | 61 |
| Binary | 11001110 | 11100110 | 10100 | 1010 | 0 | 1011011 | 1010 | 1000011 | 1010100 | 110001 |
Color Harmonies of #CEE614
Complementary color
Monochromatic Colors of #CEE614
Black with #CEE614
Text Example
Text Example
White with #CEE614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE614; }
p { color: rgb(206,230,20); }
H1.HeaderClassName
{
color: #CEE614;
}
.AnyTagClassName
{
color: #CEE614;
}
</style>
background-color css
<style>
a { background-color: #CEE614; }
a { background-color: rgb(206,230,20); }
div.DivClassName
{
background-color: #CEE614;
}
.BgClassName
{
background-color: #CEE614;
}
</style>
border-color css
<style>
span { border-color: #CEE614; }
span { border-color: rgb(206,230,20); }
td.TdClassName
{
border-color: #CEE614;
}
.TagClassName
{
border-color: #CEE614;
}
</style>