Shades of Pear #CEE315
Tints of Pear #CEE315
RGB
CMYK
RGB Variations
Color information
#CEE315 (or 0xCEE315) is known color: Pear. HEX triplet: CE, E3 and 15. RGB value is (206,227,21). Sum of RGB (Red+Green+Blue) = 206+227+21=454 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.37% from 454); Green value is 227 (89.06% from 255 or 50% from 454); Blue value is 21 (8.59% from 255 or 4.63% from 454); Max value from RGB is 227 - color contains mainly: green. Hex color #CEE315 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEE315 is #311CEA. Grayscale: #C6C6C6. Windows color (decimal): -3218667 or 1434574. OLE color: 1434574.
HSL color Cylindrical-coordinate representation of color #CEE315: hue angle of 66.12º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CEE315 is Cyan = 0.09, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 227 | 21 | - |
| CMYK | 0.09 | 0 | 0.91 | 0.11 |
| HSL | 66.12º | 0.83% | 0.49% | - |
| HSV(B) | 66.12º | 0.91% | 0.89% | - |
| XYZ | 53.06 | 68.11 | 11.06 | - |
| YUV | 197.24 | 28.54 | 134.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 227 | 21 | 0.09 | 0 | 0.91 | 0.11 | 66.12 | 0.83 | 0.49 |
| Hex | CE | E3 | 15 | 9 | 0 | 5B | B | 42 | 53 | 31 |
| Octal | 316 | 343 | 25 | 11 | 0 | 133 | 13 | 102 | 123 | 61 |
| Binary | 11001110 | 11100011 | 10101 | 1001 | 0 | 1011011 | 1011 | 1000010 | 1010011 | 110001 |
Color Harmonies of #CEE315
Complementary color
Monochromatic Colors of #CEE315
Black with #CEE315
Text Example
Text Example
White with #CEE315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE315; }
p { color: rgb(206,227,21); }
H1.HeaderClassName
{
color: #CEE315;
}
.AnyTagClassName
{
color: #CEE315;
}
</style>
background-color css
<style>
a { background-color: #CEE315; }
a { background-color: rgb(206,227,21); }
div.DivClassName
{
background-color: #CEE315;
}
.BgClassName
{
background-color: #CEE315;
}
</style>
border-color css
<style>
span { border-color: #CEE315; }
span { border-color: rgb(206,227,21); }
td.TdClassName
{
border-color: #CEE315;
}
.TagClassName
{
border-color: #CEE315;
}
</style>