Shades of Pear #CCE430
Tints of Pear #CCE430
RGB
CMYK
RGB Variations
Color information
#CCE430 (or 0xCCE430) is known color: Pear. HEX triplet: CC, E4 and 30. RGB value is (204,228,48). Sum of RGB (Red+Green+Blue) = 204+228+48=480 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.5% from 480); Green value is 228 (89.45% from 255 or 47.5% from 480); Blue value is 48 (19.14% from 255 or 10% from 480); Max value from RGB is 228 - color contains mainly: green. Hex color #CCE430 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCE430 is #331BCF. Grayscale: #C8C8C8. Windows color (decimal): -3349456 or 3204300. OLE color: 3204300.
HSL color Cylindrical-coordinate representation of color #CCE430: hue angle of 68º 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 #CCE430 is Cyan = 0.11, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 228 | 48 | - |
| CMYK | 0.11 | 0 | 0.79 | 0.11 |
| HSL | 68º | 0.77% | 0.54% | - |
| HSV(B) | 68º | 0.79% | 0.89% | - |
| XYZ | 53.18 | 68.54 | 13.22 | - |
| YUV | 200.3 | 42.05 | 130.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 228 | 48 | 0.11 | 0 | 0.79 | 0.11 | 68 | 0.77 | 0.54 |
| Hex | CC | E4 | 30 | B | 0 | 4F | B | 44 | 4D | 36 |
| Octal | 314 | 344 | 60 | 13 | 0 | 117 | 13 | 104 | 115 | 66 |
| Binary | 11001100 | 11100100 | 110000 | 1011 | 0 | 1001111 | 1011 | 1000100 | 1001101 | 110110 |
Color Harmonies of #CCE430
Complementary color
Monochromatic Colors of #CCE430
Black with #CCE430
Text Example
Text Example
White with #CCE430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE430; }
p { color: rgb(204,228,48); }
H1.HeaderClassName
{
color: #CCE430;
}
.AnyTagClassName
{
color: #CCE430;
}
</style>
background-color css
<style>
a { background-color: #CCE430; }
a { background-color: rgb(204,228,48); }
div.DivClassName
{
background-color: #CCE430;
}
.BgClassName
{
background-color: #CCE430;
}
</style>
border-color css
<style>
span { border-color: #CCE430; }
span { border-color: rgb(204,228,48); }
td.TdClassName
{
border-color: #CCE430;
}
.TagClassName
{
border-color: #CCE430;
}
</style>