Shades of Pear #CCE73A
Tints of Pear #CCE73A
RGB
CMYK
RGB Variations
Color information
#CCE73A (or 0xCCE73A) is known color: Pear. HEX triplet: CC, E7 and 3A. RGB value is (204,231,58). Sum of RGB (Red+Green+Blue) = 204+231+58=493 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.38% from 493); Green value is 231 (90.62% from 255 or 46.86% from 493); Blue value is 58 (23.05% from 255 or 11.76% from 493); Max value from RGB is 231 - color contains mainly: green. Hex color #CCE73A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCE73A is #3318C5. Grayscale: #CBCBCB. Windows color (decimal): -3348678 or 3860428. OLE color: 3860428.
HSL color Cylindrical-coordinate representation of color #CCE73A: hue angle of 69.36º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CCE73A is Cyan = 0.12, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 231 | 58 | - |
| CMYK | 0.12 | 0 | 0.75 | 0.09 |
| HSL | 69.36º | 0.78% | 0.57% | - |
| HSV(B) | 69.36º | 0.75% | 0.91% | - |
| XYZ | 54.24 | 70.29 | 14.71 | - |
| YUV | 203.21 | 46.05 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 231 | 58 | 0.12 | 0 | 0.75 | 0.09 | 69.36 | 0.78 | 0.57 |
| Hex | CC | E7 | 3A | C | 0 | 4B | 9 | 45 | 4E | 39 |
| Octal | 314 | 347 | 72 | 14 | 0 | 113 | 11 | 105 | 116 | 71 |
| Binary | 11001100 | 11100111 | 111010 | 1100 | 0 | 1001011 | 1001 | 1000101 | 1001110 | 111001 |
Color Harmonies of #CCE73A
Complementary color
Monochromatic Colors of #CCE73A
Black with #CCE73A
Text Example
Text Example
White with #CCE73A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE73A; }
p { color: rgb(204,231,58); }
H1.HeaderClassName
{
color: #CCE73A;
}
.AnyTagClassName
{
color: #CCE73A;
}
</style>
background-color css
<style>
a { background-color: #CCE73A; }
a { background-color: rgb(204,231,58); }
div.DivClassName
{
background-color: #CCE73A;
}
.BgClassName
{
background-color: #CCE73A;
}
</style>
border-color css
<style>
span { border-color: #CCE73A; }
span { border-color: rgb(204,231,58); }
td.TdClassName
{
border-color: #CCE73A;
}
.TagClassName
{
border-color: #CCE73A;
}
</style>