Shades of Pear #CCE538
Tints of Pear #CCE538
RGB
CMYK
RGB Variations
Color information
#CCE538 (or 0xCCE538) is known color: Pear. HEX triplet: CC, E5 and 38. RGB value is (204,229,56). Sum of RGB (Red+Green+Blue) = 204+229+56=489 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.72% from 489); Green value is 229 (89.84% from 255 or 46.83% from 489); Blue value is 56 (22.27% from 255 or 11.45% from 489); Max value from RGB is 229 - color contains mainly: green. Hex color #CCE538 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCE538 is #331AC7. Grayscale: #CACACA. Windows color (decimal): -3349192 or 3728844. OLE color: 3728844.
HSL color Cylindrical-coordinate representation of color #CCE538: hue angle of 68.67º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CCE538 is Cyan = 0.11, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 229 | 56 | - |
| CMYK | 0.11 | 0 | 0.76 | 0.10 |
| HSL | 68.67º | 0.77% | 0.56% | - |
| HSV(B) | 68.67º | 0.76% | 0.9% | - |
| XYZ | 53.63 | 69.16 | 14.26 | - |
| YUV | 201.8 | 45.72 | 129.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 229 | 56 | 0.11 | 0 | 0.76 | 0.10 | 68.67 | 0.77 | 0.56 |
| Hex | CC | E5 | 38 | B | 0 | 4C | A | 45 | 4D | 38 |
| Octal | 314 | 345 | 70 | 13 | 0 | 114 | 12 | 105 | 115 | 70 |
| Binary | 11001100 | 11100101 | 111000 | 1011 | 0 | 1001100 | 1010 | 1000101 | 1001101 | 111000 |
Color Harmonies of #CCE538
Complementary color
Monochromatic Colors of #CCE538
Black with #CCE538
Text Example
Text Example
White with #CCE538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE538; }
p { color: rgb(204,229,56); }
H1.HeaderClassName
{
color: #CCE538;
}
.AnyTagClassName
{
color: #CCE538;
}
</style>
background-color css
<style>
a { background-color: #CCE538; }
a { background-color: rgb(204,229,56); }
div.DivClassName
{
background-color: #CCE538;
}
.BgClassName
{
background-color: #CCE538;
}
</style>
border-color css
<style>
span { border-color: #CCE538; }
span { border-color: rgb(204,229,56); }
td.TdClassName
{
border-color: #CCE538;
}
.TagClassName
{
border-color: #CCE538;
}
</style>