Shades of Pear #CCE036
Tints of Pear #CCE036
RGB
CMYK
RGB Variations
Color information
#CCE036 (or 0xCCE036) is known color: Pear. HEX triplet: CC, E0 and 36. RGB value is (204,224,54). Sum of RGB (Red+Green+Blue) = 204+224+54=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 224 (87.89% from 255 or 46.47% from 482); Blue value is 54 (21.48% from 255 or 11.20% from 482); Max value from RGB is 224 - color contains mainly: green. Hex color #CCE036 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCE036 is #331FC9. Grayscale: #C7C7C7. Windows color (decimal): -3350474 or 3596492. OLE color: 3596492.
HSL color Cylindrical-coordinate representation of color #CCE036: hue angle of 67.06º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CCE036 is Cyan = 0.09, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 224 | 54 | - |
| CMYK | 0.09 | 0 | 0.76 | 0.12 |
| HSL | 67.06º | 0.73% | 0.55% | - |
| HSV(B) | 67.06º | 0.76% | 0.88% | - |
| XYZ | 52.22 | 66.42 | 13.56 | - |
| YUV | 198.64 | 46.37 | 131.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 224 | 54 | 0.09 | 0 | 0.76 | 0.12 | 67.06 | 0.73 | 0.55 |
| Hex | CC | E0 | 36 | 9 | 0 | 4C | C | 43 | 49 | 37 |
| Octal | 314 | 340 | 66 | 11 | 0 | 114 | 14 | 103 | 111 | 67 |
| Binary | 11001100 | 11100000 | 110110 | 1001 | 0 | 1001100 | 1100 | 1000011 | 1001001 | 110111 |
Color Harmonies of #CCE036
Complementary color
Monochromatic Colors of #CCE036
Black with #CCE036
Text Example
Text Example
White with #CCE036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE036; }
p { color: rgb(204,224,54); }
H1.HeaderClassName
{
color: #CCE036;
}
.AnyTagClassName
{
color: #CCE036;
}
</style>
background-color css
<style>
a { background-color: #CCE036; }
a { background-color: rgb(204,224,54); }
div.DivClassName
{
background-color: #CCE036;
}
.BgClassName
{
background-color: #CCE036;
}
</style>
border-color css
<style>
span { border-color: #CCE036; }
span { border-color: rgb(204,224,54); }
td.TdClassName
{
border-color: #CCE036;
}
.TagClassName
{
border-color: #CCE036;
}
</style>