Shades of Pear #CCE41F
Tints of Pear #CCE41F
RGB
CMYK
RGB Variations
Color information
#CCE41F (or 0xCCE41F) is known color: Pear. HEX triplet: CC, E4 and 1F. RGB value is (204,228,31). Sum of RGB (Red+Green+Blue) = 204+228+31=463 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.06% from 463); Green value is 228 (89.45% from 255 or 49.24% from 463); Blue value is 31 (12.5% from 255 or 6.70% from 463); Max value from RGB is 228 - color contains mainly: green. Hex color #CCE41F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCE41F is #331BE0. Grayscale: #C7C7C7. Windows color (decimal): -3349473 or 2090188. OLE color: 2090188.
HSL color Cylindrical-coordinate representation of color #CCE41F: hue angle of 67.31º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CCE41F is Cyan = 0.11, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 228 | 31 | - |
| CMYK | 0.11 | 0 | 0.86 | 0.11 |
| HSL | 67.31º | 0.78% | 0.51% | - |
| HSV(B) | 67.31º | 0.86% | 0.89% | - |
| XYZ | 52.89 | 68.42 | 11.72 | - |
| YUV | 198.37 | 33.55 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 228 | 31 | 0.11 | 0 | 0.86 | 0.11 | 67.31 | 0.78 | 0.51 |
| Hex | CC | E4 | 1F | B | 0 | 56 | B | 43 | 4E | 33 |
| Octal | 314 | 344 | 37 | 13 | 0 | 126 | 13 | 103 | 116 | 63 |
| Binary | 11001100 | 11100100 | 11111 | 1011 | 0 | 1010110 | 1011 | 1000011 | 1001110 | 110011 |
Color Harmonies of #CCE41F
Complementary color
Monochromatic Colors of #CCE41F
Black with #CCE41F
Text Example
Text Example
White with #CCE41F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE41F; }
p { color: rgb(204,228,31); }
H1.HeaderClassName
{
color: #CCE41F;
}
.AnyTagClassName
{
color: #CCE41F;
}
</style>
background-color css
<style>
a { background-color: #CCE41F; }
a { background-color: rgb(204,228,31); }
div.DivClassName
{
background-color: #CCE41F;
}
.BgClassName
{
background-color: #CCE41F;
}
</style>
border-color css
<style>
span { border-color: #CCE41F; }
span { border-color: rgb(204,228,31); }
td.TdClassName
{
border-color: #CCE41F;
}
.TagClassName
{
border-color: #CCE41F;
}
</style>