Shades of Pear #CCE31C
Tints of Pear #CCE31C
RGB
CMYK
RGB Variations
Color information
#CCE31C (or 0xCCE31C) is known color: Pear. HEX triplet: CC, E3 and 1C. RGB value is (204,227,28). Sum of RGB (Red+Green+Blue) = 204+227+28=459 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.44% from 459); Green value is 227 (89.06% from 255 or 49.46% from 459); Blue value is 28 (11.33% from 255 or 6.10% from 459); Max value from RGB is 227 - color contains mainly: green. Hex color #CCE31C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCE31C is #331CE3. Grayscale: #C6C6C6. Windows color (decimal): -3349732 or 1893324. OLE color: 1893324.
HSL color Cylindrical-coordinate representation of color #CCE31C: hue angle of 66.93º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CCE31C is Cyan = 0.10, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 227 | 28 | - |
| CMYK | 0.10 | 0 | 0.88 | 0.11 |
| HSL | 66.93º | 0.78% | 0.5% | - |
| HSV(B) | 66.93º | 0.88% | 0.89% | - |
| XYZ | 52.58 | 67.86 | 11.43 | - |
| YUV | 197.44 | 32.38 | 132.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 227 | 28 | 0.10 | 0 | 0.88 | 0.11 | 66.93 | 0.78 | 0.5 |
| Hex | CC | E3 | 1C | A | 0 | 58 | B | 43 | 4E | 32 |
| Octal | 314 | 343 | 34 | 12 | 0 | 130 | 13 | 103 | 116 | 62 |
| Binary | 11001100 | 11100011 | 11100 | 1010 | 0 | 1011000 | 1011 | 1000011 | 1001110 | 110010 |
Color Harmonies of #CCE31C
Complementary color
Monochromatic Colors of #CCE31C
Black with #CCE31C
Text Example
Text Example
White with #CCE31C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE31C; }
p { color: rgb(204,227,28); }
H1.HeaderClassName
{
color: #CCE31C;
}
.AnyTagClassName
{
color: #CCE31C;
}
</style>
background-color css
<style>
a { background-color: #CCE31C; }
a { background-color: rgb(204,227,28); }
div.DivClassName
{
background-color: #CCE31C;
}
.BgClassName
{
background-color: #CCE31C;
}
</style>
border-color css
<style>
span { border-color: #CCE31C; }
span { border-color: rgb(204,227,28); }
td.TdClassName
{
border-color: #CCE31C;
}
.TagClassName
{
border-color: #CCE31C;
}
</style>