Shades of Pear #CCEA28
Tints of Pear #CCEA28
RGB
CMYK
RGB Variations
Color information
#CCEA28 (or 0xCCEA28) is known color: Pear. HEX triplet: CC, EA and 28. RGB value is (204,234,40). Sum of RGB (Red+Green+Blue) = 204+234+40=478 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.68% from 478); Green value is 234 (91.80% from 255 or 48.95% from 478); Blue value is 40 (16.02% from 255 or 8.37% from 478); Max value from RGB is 234 - color contains mainly: green. Hex color #CCEA28 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCEA28 is #3315D7. Grayscale: #CBCBCB. Windows color (decimal): -3347928 or 2681548. OLE color: 2681548.
HSL color Cylindrical-coordinate representation of color #CCEA28: hue angle of 69.28º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CCEA28 is Cyan = 0.13, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 204 | 234 | 40 | - |
| CMYK | 0.13 | 0 | 0.83 | 0.08 |
| HSL | 69.28º | 0.82% | 0.54% | - |
| HSV(B) | 69.28º | 0.83% | 0.92% | - |
| XYZ | 54.71 | 71.84 | 12.99 | - |
| YUV | 202.91 | 36.06 | 128.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 234 | 40 | 0.13 | 0 | 0.83 | 0.08 | 69.28 | 0.82 | 0.54 |
| Hex | CC | EA | 28 | D | 0 | 53 | 8 | 45 | 52 | 36 |
| Octal | 314 | 352 | 50 | 15 | 0 | 123 | 10 | 105 | 122 | 66 |
| Binary | 11001100 | 11101010 | 101000 | 1101 | 0 | 1010011 | 1000 | 1000101 | 1010010 | 110110 |
Color Harmonies of #CCEA28
Complementary color
Monochromatic Colors of #CCEA28
Black with #CCEA28
Text Example
Text Example
White with #CCEA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEA28; }
p { color: rgb(204,234,40); }
H1.HeaderClassName
{
color: #CCEA28;
}
.AnyTagClassName
{
color: #CCEA28;
}
</style>
background-color css
<style>
a { background-color: #CCEA28; }
a { background-color: rgb(204,234,40); }
div.DivClassName
{
background-color: #CCEA28;
}
.BgClassName
{
background-color: #CCEA28;
}
</style>
border-color css
<style>
span { border-color: #CCEA28; }
span { border-color: rgb(204,234,40); }
td.TdClassName
{
border-color: #CCEA28;
}
.TagClassName
{
border-color: #CCEA28;
}
</style>