Shades of Pear #CCE915
Tints of Pear #CCE915
RGB
CMYK
RGB Variations
Color information
#CCE915 (or 0xCCE915) is known color: Pear. HEX triplet: CC, E9 and 15. RGB value is (204,233,21). Sum of RGB (Red+Green+Blue) = 204+233+21=458 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.54% from 458); Green value is 233 (91.41% from 255 or 50.87% from 458); Blue value is 21 (8.59% from 255 or 4.59% from 458); Max value from RGB is 233 - color contains mainly: green. Hex color #CCE915 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCE915 is #3316EA. Grayscale: #C8C8C8. Windows color (decimal): -3348203 or 1436108. OLE color: 1436108.
HSL color Cylindrical-coordinate representation of color #CCE915: hue angle of 68.21º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CCE915 is Cyan = 0.12, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 233 | 21 | - |
| CMYK | 0.12 | 0 | 0.91 | 0.09 |
| HSL | 68.21º | 0.83% | 0.5% | - |
| HSV(B) | 68.21º | 0.91% | 0.91% | - |
| XYZ | 54.18 | 71.17 | 11.59 | - |
| YUV | 200.16 | 26.89 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 233 | 21 | 0.12 | 0 | 0.91 | 0.09 | 68.21 | 0.83 | 0.5 |
| Hex | CC | E9 | 15 | C | 0 | 5B | 9 | 44 | 53 | 32 |
| Octal | 314 | 351 | 25 | 14 | 0 | 133 | 11 | 104 | 123 | 62 |
| Binary | 11001100 | 11101001 | 10101 | 1100 | 0 | 1011011 | 1001 | 1000100 | 1010011 | 110010 |
Color Harmonies of #CCE915
Complementary color
Monochromatic Colors of #CCE915
Black with #CCE915
Text Example
Text Example
White with #CCE915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE915; }
p { color: rgb(204,233,21); }
H1.HeaderClassName
{
color: #CCE915;
}
.AnyTagClassName
{
color: #CCE915;
}
</style>
background-color css
<style>
a { background-color: #CCE915; }
a { background-color: rgb(204,233,21); }
div.DivClassName
{
background-color: #CCE915;
}
.BgClassName
{
background-color: #CCE915;
}
</style>
border-color css
<style>
span { border-color: #CCE915; }
span { border-color: rgb(204,233,21); }
td.TdClassName
{
border-color: #CCE915;
}
.TagClassName
{
border-color: #CCE915;
}
</style>