Shades of Pear #CCE51B
Tints of Pear #CCE51B
RGB
CMYK
RGB Variations
Color information
#CCE51B (or 0xCCE51B) is known color: Pear. HEX triplet: CC, E5 and 1B. RGB value is (204,229,27). Sum of RGB (Red+Green+Blue) = 204+229+27=460 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.35% from 460); Green value is 229 (89.84% from 255 or 49.78% from 460); Blue value is 27 (10.94% from 255 or 5.87% from 460); Max value from RGB is 229 - color contains mainly: green. Hex color #CCE51B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCE51B is #331AE4. Grayscale: #C7C7C7. Windows color (decimal): -3349221 or 1828300. OLE color: 1828300.
HSL color Cylindrical-coordinate representation of color #CCE51B: hue angle of 67.43º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CCE51B is Cyan = 0.11, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 229 | 27 | - |
| CMYK | 0.11 | 0 | 0.88 | 0.10 |
| HSL | 67.43º | 0.8% | 0.5% | - |
| HSV(B) | 67.43º | 0.88% | 0.9% | - |
| XYZ | 53.12 | 68.96 | 11.55 | - |
| YUV | 198.5 | 31.22 | 131.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 229 | 27 | 0.11 | 0 | 0.88 | 0.10 | 67.43 | 0.8 | 0.5 |
| Hex | CC | E5 | 1B | B | 0 | 58 | A | 43 | 50 | 32 |
| Octal | 314 | 345 | 33 | 13 | 0 | 130 | 12 | 103 | 120 | 62 |
| Binary | 11001100 | 11100101 | 11011 | 1011 | 0 | 1011000 | 1010 | 1000011 | 1010000 | 110010 |
Color Harmonies of #CCE51B
Complementary color
Monochromatic Colors of #CCE51B
Black with #CCE51B
Text Example
Text Example
White with #CCE51B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE51B; }
p { color: rgb(204,229,27); }
H1.HeaderClassName
{
color: #CCE51B;
}
.AnyTagClassName
{
color: #CCE51B;
}
</style>
background-color css
<style>
a { background-color: #CCE51B; }
a { background-color: rgb(204,229,27); }
div.DivClassName
{
background-color: #CCE51B;
}
.BgClassName
{
background-color: #CCE51B;
}
</style>
border-color css
<style>
span { border-color: #CCE51B; }
span { border-color: rgb(204,229,27); }
td.TdClassName
{
border-color: #CCE51B;
}
.TagClassName
{
border-color: #CCE51B;
}
</style>