Shades of Pear #CCE41C
Tints of Pear #CCE41C
RGB
CMYK
RGB Variations
Color information
#CCE41C (or 0xCCE41C) is known color: Pear. HEX triplet: CC, E4 and 1C. RGB value is (204,228,28). Sum of RGB (Red+Green+Blue) = 204+228+28=460 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.35% from 460); Green value is 228 (89.45% from 255 or 49.57% from 460); Blue value is 28 (11.33% from 255 or 6.09% from 460); Max value from RGB is 228 - color contains mainly: green. Hex color #CCE41C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCE41C is #331BE3. Grayscale: #C6C6C6. Windows color (decimal): -3349476 or 1893580. OLE color: 1893580.
HSL color Cylindrical-coordinate representation of color #CCE41C: hue angle of 67.2º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CCE41C is Cyan = 0.11, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 228 | 28 | - |
| CMYK | 0.11 | 0 | 0.88 | 0.11 |
| HSL | 67.2º | 0.79% | 0.5% | - |
| HSV(B) | 67.2º | 0.88% | 0.89% | - |
| XYZ | 52.85 | 68.41 | 11.52 | - |
| YUV | 198.02 | 32.05 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 228 | 28 | 0.11 | 0 | 0.88 | 0.11 | 67.2 | 0.79 | 0.5 |
| Hex | CC | E4 | 1C | B | 0 | 58 | B | 43 | 4F | 32 |
| Octal | 314 | 344 | 34 | 13 | 0 | 130 | 13 | 103 | 117 | 62 |
| Binary | 11001100 | 11100100 | 11100 | 1011 | 0 | 1011000 | 1011 | 1000011 | 1001111 | 110010 |
Color Harmonies of #CCE41C
Complementary color
Monochromatic Colors of #CCE41C
Black with #CCE41C
Text Example
Text Example
White with #CCE41C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE41C; }
p { color: rgb(204,228,28); }
H1.HeaderClassName
{
color: #CCE41C;
}
.AnyTagClassName
{
color: #CCE41C;
}
</style>
background-color css
<style>
a { background-color: #CCE41C; }
a { background-color: rgb(204,228,28); }
div.DivClassName
{
background-color: #CCE41C;
}
.BgClassName
{
background-color: #CCE41C;
}
</style>
border-color css
<style>
span { border-color: #CCE41C; }
span { border-color: rgb(204,228,28); }
td.TdClassName
{
border-color: #CCE41C;
}
.TagClassName
{
border-color: #CCE41C;
}
</style>