Shades of Pear #CCE119
Tints of Pear #CCE119
RGB
CMYK
RGB Variations
Color information
#CCE119 (or 0xCCE119) is known color: Pear. HEX triplet: CC, E1 and 19. RGB value is (204,225,25). Sum of RGB (Red+Green+Blue) = 204+225+25=454 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.93% from 454); Green value is 225 (88.28% from 255 or 49.56% from 454); Blue value is 25 (10.16% from 255 or 5.51% from 454); Max value from RGB is 225 - color contains mainly: green. Hex color #CCE119 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCE119 is #331EE6. Grayscale: #C4C4C4. Windows color (decimal): -3350247 or 1696204. OLE color: 1696204.
HSL color Cylindrical-coordinate representation of color #CCE119: hue angle of 66.3º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CCE119 is Cyan = 0.09, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 225 | 25 | - |
| CMYK | 0.09 | 0 | 0.89 | 0.12 |
| HSL | 66.3º | 0.8% | 0.49% | - |
| HSV(B) | 66.3º | 0.89% | 0.88% | - |
| XYZ | 52 | 66.76 | 11.06 | - |
| YUV | 195.92 | 31.54 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 225 | 25 | 0.09 | 0 | 0.89 | 0.12 | 66.3 | 0.8 | 0.49 |
| Hex | CC | E1 | 19 | 9 | 0 | 59 | C | 42 | 50 | 31 |
| Octal | 314 | 341 | 31 | 11 | 0 | 131 | 14 | 102 | 120 | 61 |
| Binary | 11001100 | 11100001 | 11001 | 1001 | 0 | 1011001 | 1100 | 1000010 | 1010000 | 110001 |
Color Harmonies of #CCE119
Complementary color
Monochromatic Colors of #CCE119
Black with #CCE119
Text Example
Text Example
White with #CCE119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE119; }
p { color: rgb(204,225,25); }
H1.HeaderClassName
{
color: #CCE119;
}
.AnyTagClassName
{
color: #CCE119;
}
</style>
background-color css
<style>
a { background-color: #CCE119; }
a { background-color: rgb(204,225,25); }
div.DivClassName
{
background-color: #CCE119;
}
.BgClassName
{
background-color: #CCE119;
}
</style>
border-color css
<style>
span { border-color: #CCE119; }
span { border-color: rgb(204,225,25); }
td.TdClassName
{
border-color: #CCE119;
}
.TagClassName
{
border-color: #CCE119;
}
</style>