Shades of Pear #CEE525
Tints of Pear #CEE525
RGB
CMYK
RGB Variations
Color information
#CEE525 (or 0xCEE525) is known color: Pear. HEX triplet: CE, E5 and 25. RGB value is (206,229,37). Sum of RGB (Red+Green+Blue) = 206+229+37=472 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.64% from 472); Green value is 229 (89.84% from 255 or 48.52% from 472); Blue value is 37 (14.84% from 255 or 7.84% from 472); Max value from RGB is 229 - color contains mainly: green. Hex color #CEE525 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEE525 is #311ADA. Grayscale: #C8C8C8. Windows color (decimal): -3218139 or 2483662. OLE color: 2483662.
HSL color Cylindrical-coordinate representation of color #CEE525: hue angle of 67.19º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CEE525 is Cyan = 0.10, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 206 | 229 | 37 | - |
| CMYK | 0.10 | 0 | 0.84 | 0.10 |
| HSL | 67.19º | 0.79% | 0.52% | - |
| HSV(B) | 67.19º | 0.84% | 0.9% | - |
| XYZ | 53.81 | 69.29 | 12.29 | - |
| YUV | 200.24 | 35.88 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 229 | 37 | 0.10 | 0 | 0.84 | 0.10 | 67.19 | 0.79 | 0.52 |
| Hex | CE | E5 | 25 | A | 0 | 54 | A | 43 | 4F | 34 |
| Octal | 316 | 345 | 45 | 12 | 0 | 124 | 12 | 103 | 117 | 64 |
| Binary | 11001110 | 11100101 | 100101 | 1010 | 0 | 1010100 | 1010 | 1000011 | 1001111 | 110100 |
Color Harmonies of #CEE525
Complementary color
Monochromatic Colors of #CEE525
Black with #CEE525
Text Example
Text Example
White with #CEE525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE525; }
p { color: rgb(206,229,37); }
H1.HeaderClassName
{
color: #CEE525;
}
.AnyTagClassName
{
color: #CEE525;
}
</style>
background-color css
<style>
a { background-color: #CEE525; }
a { background-color: rgb(206,229,37); }
div.DivClassName
{
background-color: #CEE525;
}
.BgClassName
{
background-color: #CEE525;
}
</style>
border-color css
<style>
span { border-color: #CEE525; }
span { border-color: rgb(206,229,37); }
td.TdClassName
{
border-color: #CEE525;
}
.TagClassName
{
border-color: #CEE525;
}
</style>