Shades of Pear #CCE63E
Tints of Pear #CCE63E
RGB
CMYK
RGB Variations
Color information
#CCE63E (or 0xCCE63E) is known color: Pear. HEX triplet: CC, E6 and 3E. RGB value is (204,230,62). Sum of RGB (Red+Green+Blue) = 204+230+62=496 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.13% from 496); Green value is 230 (90.23% from 255 or 46.37% from 496); Blue value is 62 (24.61% from 255 or 12.5% from 496); Max value from RGB is 230 - color contains mainly: green. Hex color #CCE63E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCE63E is #3319C1. Grayscale: #CBCBCB. Windows color (decimal): -3348930 or 4122316. OLE color: 4122316.
HSL color Cylindrical-coordinate representation of color #CCE63E: hue angle of 69.29º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CCE63E is Cyan = 0.11, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 230 | 62 | - |
| CMYK | 0.11 | 0 | 0.73 | 0.10 |
| HSL | 69.29º | 0.77% | 0.57% | - |
| HSV(B) | 69.29º | 0.73% | 0.9% | - |
| XYZ | 54.07 | 69.78 | 15.18 | - |
| YUV | 203.07 | 48.39 | 128.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 230 | 62 | 0.11 | 0 | 0.73 | 0.10 | 69.29 | 0.77 | 0.57 |
| Hex | CC | E6 | 3E | B | 0 | 49 | A | 45 | 4D | 39 |
| Octal | 314 | 346 | 76 | 13 | 0 | 111 | 12 | 105 | 115 | 71 |
| Binary | 11001100 | 11100110 | 111110 | 1011 | 0 | 1001001 | 1010 | 1000101 | 1001101 | 111001 |
Color Harmonies of #CCE63E
Complementary color
Monochromatic Colors of #CCE63E
Black with #CCE63E
Text Example
Text Example
White with #CCE63E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE63E; }
p { color: rgb(204,230,62); }
H1.HeaderClassName
{
color: #CCE63E;
}
.AnyTagClassName
{
color: #CCE63E;
}
</style>
background-color css
<style>
a { background-color: #CCE63E; }
a { background-color: rgb(204,230,62); }
div.DivClassName
{
background-color: #CCE63E;
}
.BgClassName
{
background-color: #CCE63E;
}
</style>
border-color css
<style>
span { border-color: #CCE63E; }
span { border-color: rgb(204,230,62); }
td.TdClassName
{
border-color: #CCE63E;
}
.TagClassName
{
border-color: #CCE63E;
}
</style>