Shades of Pear #CCE019
Tints of Pear #CCE019
RGB
CMYK
RGB Variations
Color information
#CCE019 (or 0xCCE019) is known color: Pear. HEX triplet: CC, E0 and 19. RGB value is (204,224,25). Sum of RGB (Red+Green+Blue) = 204+224+25=453 (60% of max value = 765). Red value is 204 (80.08% from 255 or 45.03% from 453); Green value is 224 (87.89% from 255 or 49.45% from 453); Blue value is 25 (10.16% from 255 or 5.52% from 453); Max value from RGB is 224 - color contains mainly: green. Hex color #CCE019 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCE019 is #331FE6. Grayscale: #C4C4C4. Windows color (decimal): -3350503 or 1695948. OLE color: 1695948.
HSL color Cylindrical-coordinate representation of color #CCE019: hue angle of 66.03º 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 #CCE019 is Cyan = 0.09, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 224 | 25 | - |
| CMYK | 0.09 | 0 | 0.89 | 0.12 |
| HSL | 66.03º | 0.8% | 0.49% | - |
| HSV(B) | 66.03º | 0.89% | 0.88% | - |
| XYZ | 51.73 | 66.22 | 10.97 | - |
| YUV | 195.33 | 31.87 | 134.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 224 | 25 | 0.09 | 0 | 0.89 | 0.12 | 66.03 | 0.8 | 0.49 |
| Hex | CC | E0 | 19 | 9 | 0 | 59 | C | 42 | 50 | 31 |
| Octal | 314 | 340 | 31 | 11 | 0 | 131 | 14 | 102 | 120 | 61 |
| Binary | 11001100 | 11100000 | 11001 | 1001 | 0 | 1011001 | 1100 | 1000010 | 1010000 | 110001 |
Color Harmonies of #CCE019
Complementary color
Monochromatic Colors of #CCE019
Black with #CCE019
Text Example
Text Example
White with #CCE019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE019; }
p { color: rgb(204,224,25); }
H1.HeaderClassName
{
color: #CCE019;
}
.AnyTagClassName
{
color: #CCE019;
}
</style>
background-color css
<style>
a { background-color: #CCE019; }
a { background-color: rgb(204,224,25); }
div.DivClassName
{
background-color: #CCE019;
}
.BgClassName
{
background-color: #CCE019;
}
</style>
border-color css
<style>
span { border-color: #CCE019; }
span { border-color: rgb(204,224,25); }
td.TdClassName
{
border-color: #CCE019;
}
.TagClassName
{
border-color: #CCE019;
}
</style>