Shades of Pear #CCE62C
Tints of Pear #CCE62C
RGB
CMYK
RGB Variations
Color information
#CCE62C (or 0xCCE62C) is known color: Pear. HEX triplet: CC, E6 and 2C. RGB value is (204,230,44). Sum of RGB (Red+Green+Blue) = 204+230+44=478 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.68% from 478); Green value is 230 (90.23% from 255 or 48.12% from 478); Blue value is 44 (17.58% from 255 or 9.21% from 478); Max value from RGB is 230 - color contains mainly: green. Hex color #CCE62C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCE62C is #3319D3. Grayscale: #C9C9C9. Windows color (decimal): -3348948 or 2942668. OLE color: 2942668.
HSL color Cylindrical-coordinate representation of color #CCE62C: hue angle of 68.39º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CCE62C is Cyan = 0.11, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 230 | 44 | - |
| CMYK | 0.11 | 0 | 0.81 | 0.10 |
| HSL | 68.39º | 0.79% | 0.54% | - |
| HSV(B) | 68.39º | 0.81% | 0.9% | - |
| XYZ | 53.65 | 69.61 | 12.99 | - |
| YUV | 201.02 | 39.39 | 130.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 230 | 44 | 0.11 | 0 | 0.81 | 0.10 | 68.39 | 0.79 | 0.54 |
| Hex | CC | E6 | 2C | B | 0 | 51 | A | 44 | 4F | 36 |
| Octal | 314 | 346 | 54 | 13 | 0 | 121 | 12 | 104 | 117 | 66 |
| Binary | 11001100 | 11100110 | 101100 | 1011 | 0 | 1010001 | 1010 | 1000100 | 1001111 | 110110 |
Color Harmonies of #CCE62C
Complementary color
Monochromatic Colors of #CCE62C
Black with #CCE62C
Text Example
Text Example
White with #CCE62C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE62C; }
p { color: rgb(204,230,44); }
H1.HeaderClassName
{
color: #CCE62C;
}
.AnyTagClassName
{
color: #CCE62C;
}
</style>
background-color css
<style>
a { background-color: #CCE62C; }
a { background-color: rgb(204,230,44); }
div.DivClassName
{
background-color: #CCE62C;
}
.BgClassName
{
background-color: #CCE62C;
}
</style>
border-color css
<style>
span { border-color: #CCE62C; }
span { border-color: rgb(204,230,44); }
td.TdClassName
{
border-color: #CCE62C;
}
.TagClassName
{
border-color: #CCE62C;
}
</style>