Shades of Pear #CCE825
Tints of Pear #CCE825
RGB
CMYK
RGB Variations
Color information
#CCE825 (or 0xCCE825) is known color: Pear. HEX triplet: CC, E8 and 25. RGB value is (204,232,37). Sum of RGB (Red+Green+Blue) = 204+232+37=473 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.13% from 473); Green value is 232 (91.02% from 255 or 49.05% from 473); Blue value is 37 (14.84% from 255 or 7.82% from 473); Max value from RGB is 232 - color contains mainly: green. Hex color #CCE825 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCE825 is #3317DA. Grayscale: #CACACA. Windows color (decimal): -3348443 or 2484428. OLE color: 2484428.
HSL color Cylindrical-coordinate representation of color #CCE825: hue angle of 68.62º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CCE825 is Cyan = 0.12, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 232 | 37 | - |
| CMYK | 0.12 | 0 | 0.84 | 0.09 |
| HSL | 68.62º | 0.81% | 0.53% | - |
| HSV(B) | 68.62º | 0.84% | 0.91% | - |
| XYZ | 54.09 | 70.68 | 12.54 | - |
| YUV | 201.4 | 35.22 | 129.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 232 | 37 | 0.12 | 0 | 0.84 | 0.09 | 68.62 | 0.81 | 0.53 |
| Hex | CC | E8 | 25 | C | 0 | 54 | 9 | 45 | 51 | 35 |
| Octal | 314 | 350 | 45 | 14 | 0 | 124 | 11 | 105 | 121 | 65 |
| Binary | 11001100 | 11101000 | 100101 | 1100 | 0 | 1010100 | 1001 | 1000101 | 1010001 | 110101 |
Color Harmonies of #CCE825
Complementary color
Monochromatic Colors of #CCE825
Black with #CCE825
Text Example
Text Example
White with #CCE825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE825; }
p { color: rgb(204,232,37); }
H1.HeaderClassName
{
color: #CCE825;
}
.AnyTagClassName
{
color: #CCE825;
}
</style>
background-color css
<style>
a { background-color: #CCE825; }
a { background-color: rgb(204,232,37); }
div.DivClassName
{
background-color: #CCE825;
}
.BgClassName
{
background-color: #CCE825;
}
</style>
border-color css
<style>
span { border-color: #CCE825; }
span { border-color: rgb(204,232,37); }
td.TdClassName
{
border-color: #CCE825;
}
.TagClassName
{
border-color: #CCE825;
}
</style>