Shades of Pear #CCE31E
Tints of Pear #CCE31E
RGB
CMYK
RGB Variations
Color information
#CCE31E (or 0xCCE31E) is known color: Pear. HEX triplet: CC, E3 and 1E. RGB value is (204,227,30). Sum of RGB (Red+Green+Blue) = 204+227+30=461 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.25% from 461); Green value is 227 (89.06% from 255 or 49.24% from 461); Blue value is 30 (12.11% from 255 or 6.51% from 461); Max value from RGB is 227 - color contains mainly: green. Hex color #CCE31E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCE31E is #331CE1. Grayscale: #C6C6C6. Windows color (decimal): -3349730 or 2024396. OLE color: 2024396.
HSL color Cylindrical-coordinate representation of color #CCE31E: hue angle of 67.01º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CCE31E is Cyan = 0.10, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 227 | 30 | - |
| CMYK | 0.10 | 0 | 0.87 | 0.11 |
| HSL | 67.01º | 0.78% | 0.5% | - |
| HSV(B) | 67.01º | 0.87% | 0.89% | - |
| XYZ | 52.61 | 67.87 | 11.56 | - |
| YUV | 197.67 | 33.38 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 227 | 30 | 0.10 | 0 | 0.87 | 0.11 | 67.01 | 0.78 | 0.5 |
| Hex | CC | E3 | 1E | A | 0 | 57 | B | 43 | 4E | 32 |
| Octal | 314 | 343 | 36 | 12 | 0 | 127 | 13 | 103 | 116 | 62 |
| Binary | 11001100 | 11100011 | 11110 | 1010 | 0 | 1010111 | 1011 | 1000011 | 1001110 | 110010 |
Color Harmonies of #CCE31E
Complementary color
Monochromatic Colors of #CCE31E
Black with #CCE31E
Text Example
Text Example
White with #CCE31E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE31E; }
p { color: rgb(204,227,30); }
H1.HeaderClassName
{
color: #CCE31E;
}
.AnyTagClassName
{
color: #CCE31E;
}
</style>
background-color css
<style>
a { background-color: #CCE31E; }
a { background-color: rgb(204,227,30); }
div.DivClassName
{
background-color: #CCE31E;
}
.BgClassName
{
background-color: #CCE31E;
}
</style>
border-color css
<style>
span { border-color: #CCE31E; }
span { border-color: rgb(204,227,30); }
td.TdClassName
{
border-color: #CCE31E;
}
.TagClassName
{
border-color: #CCE31E;
}
</style>