Shades of Pear #CCE523
Tints of Pear #CCE523
RGB
CMYK
RGB Variations
Color information
#CCE523 (or 0xCCE523) is known color: Pear. HEX triplet: CC, E5 and 23. RGB value is (204,229,35). Sum of RGB (Red+Green+Blue) = 204+229+35=468 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.59% from 468); Green value is 229 (89.84% from 255 or 48.93% from 468); Blue value is 35 (14.06% from 255 or 7.48% from 468); Max value from RGB is 229 - color contains mainly: green. Hex color #CCE523 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCE523 is #331ADC. Grayscale: #C8C8C8. Windows color (decimal): -3349213 or 2352588. OLE color: 2352588.
HSL color Cylindrical-coordinate representation of color #CCE523: hue angle of 67.73º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CCE523 is Cyan = 0.11, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 229 | 35 | - |
| CMYK | 0.11 | 0 | 0.85 | 0.10 |
| HSL | 67.73º | 0.79% | 0.52% | - |
| HSV(B) | 67.73º | 0.85% | 0.9% | - |
| XYZ | 53.22 | 69 | 12.1 | - |
| YUV | 199.41 | 35.22 | 131.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 229 | 35 | 0.11 | 0 | 0.85 | 0.10 | 67.73 | 0.79 | 0.52 |
| Hex | CC | E5 | 23 | B | 0 | 55 | A | 44 | 4F | 34 |
| Octal | 314 | 345 | 43 | 13 | 0 | 125 | 12 | 104 | 117 | 64 |
| Binary | 11001100 | 11100101 | 100011 | 1011 | 0 | 1010101 | 1010 | 1000100 | 1001111 | 110100 |
Color Harmonies of #CCE523
Complementary color
Monochromatic Colors of #CCE523
Black with #CCE523
Text Example
Text Example
White with #CCE523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE523; }
p { color: rgb(204,229,35); }
H1.HeaderClassName
{
color: #CCE523;
}
.AnyTagClassName
{
color: #CCE523;
}
</style>
background-color css
<style>
a { background-color: #CCE523; }
a { background-color: rgb(204,229,35); }
div.DivClassName
{
background-color: #CCE523;
}
.BgClassName
{
background-color: #CCE523;
}
</style>
border-color css
<style>
span { border-color: #CCE523; }
span { border-color: rgb(204,229,35); }
td.TdClassName
{
border-color: #CCE523;
}
.TagClassName
{
border-color: #CCE523;
}
</style>