Shades of Pear #CEE615
Tints of Pear #CEE615
RGB
CMYK
RGB Variations
Color information
#CEE615 (or 0xCEE615) is known color: Pear. HEX triplet: CE, E6 and 15. RGB value is (206,230,21). Sum of RGB (Red+Green+Blue) = 206+230+21=457 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.08% from 457); Green value is 230 (90.23% from 255 or 50.33% from 457); Blue value is 21 (8.59% from 255 or 4.60% from 457); Max value from RGB is 230 - color contains mainly: green. Hex color #CEE615 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEE615 is #3119EA. Grayscale: #C7C7C7. Windows color (decimal): -3217899 or 1435342. OLE color: 1435342.
HSL color Cylindrical-coordinate representation of color #CEE615: hue angle of 66.89º degrees, saturation: 0.83, 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 #CEE615 is Cyan = 0.10, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 206 | 230 | 21 | - |
| CMYK | 0.10 | 0 | 0.91 | 0.10 |
| HSL | 66.89º | 0.83% | 0.49% | - |
| HSV(B) | 66.89º | 0.91% | 0.9% | - |
| XYZ | 53.89 | 69.77 | 11.34 | - |
| YUV | 199 | 27.55 | 132.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 230 | 21 | 0.10 | 0 | 0.91 | 0.10 | 66.89 | 0.83 | 0.49 |
| Hex | CE | E6 | 15 | A | 0 | 5B | A | 43 | 53 | 31 |
| Octal | 316 | 346 | 25 | 12 | 0 | 133 | 12 | 103 | 123 | 61 |
| Binary | 11001110 | 11100110 | 10101 | 1010 | 0 | 1011011 | 1010 | 1000011 | 1010011 | 110001 |
Color Harmonies of #CEE615
Complementary color
Monochromatic Colors of #CEE615
Black with #CEE615
Text Example
Text Example
White with #CEE615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE615; }
p { color: rgb(206,230,21); }
H1.HeaderClassName
{
color: #CEE615;
}
.AnyTagClassName
{
color: #CEE615;
}
</style>
background-color css
<style>
a { background-color: #CEE615; }
a { background-color: rgb(206,230,21); }
div.DivClassName
{
background-color: #CEE615;
}
.BgClassName
{
background-color: #CEE615;
}
</style>
border-color css
<style>
span { border-color: #CEE615; }
span { border-color: rgb(206,230,21); }
td.TdClassName
{
border-color: #CEE615;
}
.TagClassName
{
border-color: #CEE615;
}
</style>