Shades of Pear #CCE527
Tints of Pear #CCE527
RGB
CMYK
RGB Variations
Color information
#CCE527 (or 0xCCE527) is known color: Pear. HEX triplet: CC, E5 and 27. RGB value is (204,229,39). Sum of RGB (Red+Green+Blue) = 204+229+39=472 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.22% from 472); Green value is 229 (89.84% from 255 or 48.52% from 472); Blue value is 39 (15.62% from 255 or 8.26% from 472); Max value from RGB is 229 - color contains mainly: green. Hex color #CCE527 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCE527 is #331AD8. Grayscale: #C8C8C8. Windows color (decimal): -3349209 or 2614732. OLE color: 2614732.
HSL color Cylindrical-coordinate representation of color #CCE527: hue angle of 67.89º degrees, saturation: 0.79, 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 #CCE527 is Cyan = 0.11, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 229 | 39 | - |
| CMYK | 0.11 | 0 | 0.83 | 0.10 |
| HSL | 67.89º | 0.79% | 0.53% | - |
| HSV(B) | 67.89º | 0.83% | 0.9% | - |
| XYZ | 53.29 | 69.02 | 12.43 | - |
| YUV | 199.87 | 37.22 | 130.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 229 | 39 | 0.11 | 0 | 0.83 | 0.10 | 67.89 | 0.79 | 0.53 |
| Hex | CC | E5 | 27 | B | 0 | 53 | A | 44 | 4F | 35 |
| Octal | 314 | 345 | 47 | 13 | 0 | 123 | 12 | 104 | 117 | 65 |
| Binary | 11001100 | 11100101 | 100111 | 1011 | 0 | 1010011 | 1010 | 1000100 | 1001111 | 110101 |
Color Harmonies of #CCE527
Complementary color
Monochromatic Colors of #CCE527
Black with #CCE527
Text Example
Text Example
White with #CCE527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE527; }
p { color: rgb(204,229,39); }
H1.HeaderClassName
{
color: #CCE527;
}
.AnyTagClassName
{
color: #CCE527;
}
</style>
background-color css
<style>
a { background-color: #CCE527; }
a { background-color: rgb(204,229,39); }
div.DivClassName
{
background-color: #CCE527;
}
.BgClassName
{
background-color: #CCE527;
}
</style>
border-color css
<style>
span { border-color: #CCE527; }
span { border-color: rgb(204,229,39); }
td.TdClassName
{
border-color: #CCE527;
}
.TagClassName
{
border-color: #CCE527;
}
</style>