Shades of Pear #CCE41B
Tints of Pear #CCE41B
RGB
CMYK
RGB Variations
Color information
#CCE41B (or 0xCCE41B) is known color: Pear. HEX triplet: CC, E4 and 1B. RGB value is (204,228,27). Sum of RGB (Red+Green+Blue) = 204+228+27=459 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.44% from 459); Green value is 228 (89.45% from 255 or 49.67% from 459); Blue value is 27 (10.94% from 255 or 5.88% from 459); Max value from RGB is 228 - color contains mainly: green. Hex color #CCE41B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCE41B is #331BE4. Grayscale: #C6C6C6. Windows color (decimal): -3349477 or 1828044. OLE color: 1828044.
HSL color Cylindrical-coordinate representation of color #CCE41B: hue angle of 67.16º 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 #CCE41B is Cyan = 0.11, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 228 | 27 | - |
| CMYK | 0.11 | 0 | 0.88 | 0.11 |
| HSL | 67.16º | 0.79% | 0.5% | - |
| HSV(B) | 67.16º | 0.88% | 0.89% | - |
| XYZ | 52.84 | 68.4 | 11.45 | - |
| YUV | 197.91 | 31.55 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 228 | 27 | 0.11 | 0 | 0.88 | 0.11 | 67.16 | 0.79 | 0.5 |
| Hex | CC | E4 | 1B | B | 0 | 58 | B | 43 | 4F | 32 |
| Octal | 314 | 344 | 33 | 13 | 0 | 130 | 13 | 103 | 117 | 62 |
| Binary | 11001100 | 11100100 | 11011 | 1011 | 0 | 1011000 | 1011 | 1000011 | 1001111 | 110010 |
Color Harmonies of #CCE41B
Complementary color
Monochromatic Colors of #CCE41B
Black with #CCE41B
Text Example
Text Example
White with #CCE41B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE41B; }
p { color: rgb(204,228,27); }
H1.HeaderClassName
{
color: #CCE41B;
}
.AnyTagClassName
{
color: #CCE41B;
}
</style>
background-color css
<style>
a { background-color: #CCE41B; }
a { background-color: rgb(204,228,27); }
div.DivClassName
{
background-color: #CCE41B;
}
.BgClassName
{
background-color: #CCE41B;
}
</style>
border-color css
<style>
span { border-color: #CCE41B; }
span { border-color: rgb(204,228,27); }
td.TdClassName
{
border-color: #CCE41B;
}
.TagClassName
{
border-color: #CCE41B;
}
</style>