Shades of Pear #CEE528
Tints of Pear #CEE528
RGB
CMYK
RGB Variations
Color information
#CEE528 (or 0xCEE528) is known color: Pear. HEX triplet: CE, E5 and 28. RGB value is (206,229,40). Sum of RGB (Red+Green+Blue) = 206+229+40=475 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.37% from 475); Green value is 229 (89.84% from 255 or 48.21% from 475); Blue value is 40 (16.02% from 255 or 8.42% from 475); Max value from RGB is 229 - color contains mainly: green. Hex color #CEE528 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEE528 is #311AD7. Grayscale: #C9C9C9. Windows color (decimal): -3218136 or 2680270. OLE color: 2680270.
HSL color Cylindrical-coordinate representation of color #CEE528: hue angle of 67.3º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CEE528 is Cyan = 0.10, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 206 | 229 | 40 | - |
| CMYK | 0.10 | 0 | 0.83 | 0.10 |
| HSL | 67.3º | 0.78% | 0.53% | - |
| HSV(B) | 67.3º | 0.83% | 0.9% | - |
| XYZ | 53.86 | 69.31 | 12.55 | - |
| YUV | 200.58 | 37.38 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 229 | 40 | 0.10 | 0 | 0.83 | 0.10 | 67.3 | 0.78 | 0.53 |
| Hex | CE | E5 | 28 | A | 0 | 53 | A | 43 | 4E | 35 |
| Octal | 316 | 345 | 50 | 12 | 0 | 123 | 12 | 103 | 116 | 65 |
| Binary | 11001110 | 11100101 | 101000 | 1010 | 0 | 1010011 | 1010 | 1000011 | 1001110 | 110101 |
Color Harmonies of #CEE528
Complementary color
Monochromatic Colors of #CEE528
Black with #CEE528
Text Example
Text Example
White with #CEE528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE528; }
p { color: rgb(206,229,40); }
H1.HeaderClassName
{
color: #CEE528;
}
.AnyTagClassName
{
color: #CEE528;
}
</style>
background-color css
<style>
a { background-color: #CEE528; }
a { background-color: rgb(206,229,40); }
div.DivClassName
{
background-color: #CEE528;
}
.BgClassName
{
background-color: #CEE528;
}
</style>
border-color css
<style>
span { border-color: #CEE528; }
span { border-color: rgb(206,229,40); }
td.TdClassName
{
border-color: #CEE528;
}
.TagClassName
{
border-color: #CEE528;
}
</style>