Shades of Pear #CCE526
Tints of Pear #CCE526
RGB
CMYK
RGB Variations
Color information
#CCE526 (or 0xCCE526) is known color: Pear. HEX triplet: CC, E5 and 26. RGB value is (204,229,38). Sum of RGB (Red+Green+Blue) = 204+229+38=471 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.31% from 471); Green value is 229 (89.84% from 255 or 48.62% from 471); Blue value is 38 (15.23% from 255 or 8.07% from 471); Max value from RGB is 229 - color contains mainly: green. Hex color #CCE526 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCE526 is #331AD9. Grayscale: #C8C8C8. Windows color (decimal): -3349210 or 2549196. OLE color: 2549196.
HSL color Cylindrical-coordinate representation of color #CCE526: hue angle of 67.85º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CCE526 is Cyan = 0.11, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 229 | 38 | - |
| CMYK | 0.11 | 0 | 0.83 | 0.10 |
| HSL | 67.85º | 0.79% | 0.52% | - |
| HSV(B) | 67.85º | 0.83% | 0.9% | - |
| XYZ | 53.27 | 69.02 | 12.35 | - |
| YUV | 199.75 | 36.72 | 131.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 229 | 38 | 0.11 | 0 | 0.83 | 0.10 | 67.85 | 0.79 | 0.52 |
| Hex | CC | E5 | 26 | B | 0 | 53 | A | 44 | 4F | 34 |
| Octal | 314 | 345 | 46 | 13 | 0 | 123 | 12 | 104 | 117 | 64 |
| Binary | 11001100 | 11100101 | 100110 | 1011 | 0 | 1010011 | 1010 | 1000100 | 1001111 | 110100 |
Color Harmonies of #CCE526
Complementary color
Monochromatic Colors of #CCE526
Black with #CCE526
Text Example
Text Example
White with #CCE526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE526; }
p { color: rgb(204,229,38); }
H1.HeaderClassName
{
color: #CCE526;
}
.AnyTagClassName
{
color: #CCE526;
}
</style>
background-color css
<style>
a { background-color: #CCE526; }
a { background-color: rgb(204,229,38); }
div.DivClassName
{
background-color: #CCE526;
}
.BgClassName
{
background-color: #CCE526;
}
</style>
border-color css
<style>
span { border-color: #CCE526; }
span { border-color: rgb(204,229,38); }
td.TdClassName
{
border-color: #CCE526;
}
.TagClassName
{
border-color: #CCE526;
}
</style>