Shades of Pear #CCE431
Tints of Pear #CCE431
RGB
CMYK
RGB Variations
Color information
#CCE431 (or 0xCCE431) is known color: Pear. HEX triplet: CC, E4 and 31. RGB value is (204,228,49). Sum of RGB (Red+Green+Blue) = 204+228+49=481 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.41% from 481); Green value is 228 (89.45% from 255 or 47.40% from 481); Blue value is 49 (19.53% from 255 or 10.19% from 481); Max value from RGB is 228 - color contains mainly: green. Hex color #CCE431 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCE431 is #331BCE. Grayscale: #C9C9C9. Windows color (decimal): -3349455 or 3269836. OLE color: 3269836.
HSL color Cylindrical-coordinate representation of color #CCE431: hue angle of 68.04º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CCE431 is Cyan = 0.11, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 228 | 49 | - |
| CMYK | 0.11 | 0 | 0.79 | 0.11 |
| HSL | 68.04º | 0.77% | 0.54% | - |
| HSV(B) | 68.04º | 0.79% | 0.89% | - |
| XYZ | 53.2 | 68.55 | 13.33 | - |
| YUV | 200.42 | 42.55 | 130.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 228 | 49 | 0.11 | 0 | 0.79 | 0.11 | 68.04 | 0.77 | 0.54 |
| Hex | CC | E4 | 31 | B | 0 | 4F | B | 44 | 4D | 36 |
| Octal | 314 | 344 | 61 | 13 | 0 | 117 | 13 | 104 | 115 | 66 |
| Binary | 11001100 | 11100100 | 110001 | 1011 | 0 | 1001111 | 1011 | 1000100 | 1001101 | 110110 |
Color Harmonies of #CCE431
Complementary color
Monochromatic Colors of #CCE431
Black with #CCE431
Text Example
Text Example
White with #CCE431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE431; }
p { color: rgb(204,228,49); }
H1.HeaderClassName
{
color: #CCE431;
}
.AnyTagClassName
{
color: #CCE431;
}
</style>
background-color css
<style>
a { background-color: #CCE431; }
a { background-color: rgb(204,228,49); }
div.DivClassName
{
background-color: #CCE431;
}
.BgClassName
{
background-color: #CCE431;
}
</style>
border-color css
<style>
span { border-color: #CCE431; }
span { border-color: rgb(204,228,49); }
td.TdClassName
{
border-color: #CCE431;
}
.TagClassName
{
border-color: #CCE431;
}
</style>