Shades of Pear #CCE423
Tints of Pear #CCE423
RGB
CMYK
RGB Variations
Color information
#CCE423 (or 0xCCE423) is known color: Pear. HEX triplet: CC, E4 and 23. RGB value is (204,228,35). Sum of RGB (Red+Green+Blue) = 204+228+35=467 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.68% from 467); Green value is 228 (89.45% from 255 or 48.82% from 467); Blue value is 35 (14.06% from 255 or 7.49% from 467); Max value from RGB is 228 - color contains mainly: green. Hex color #CCE423 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCE423 is #331BDC. Grayscale: #C7C7C7. Windows color (decimal): -3349469 or 2352332. OLE color: 2352332.
HSL color Cylindrical-coordinate representation of color #CCE423: hue angle of 67.46º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CCE423 is Cyan = 0.11, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 228 | 35 | - |
| CMYK | 0.11 | 0 | 0.85 | 0.11 |
| HSL | 67.46º | 0.78% | 0.52% | - |
| HSV(B) | 67.46º | 0.85% | 0.89% | - |
| XYZ | 52.95 | 68.45 | 12.01 | - |
| YUV | 198.82 | 35.55 | 131.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 228 | 35 | 0.11 | 0 | 0.85 | 0.11 | 67.46 | 0.78 | 0.52 |
| Hex | CC | E4 | 23 | B | 0 | 55 | B | 43 | 4E | 34 |
| Octal | 314 | 344 | 43 | 13 | 0 | 125 | 13 | 103 | 116 | 64 |
| Binary | 11001100 | 11100100 | 100011 | 1011 | 0 | 1010101 | 1011 | 1000011 | 1001110 | 110100 |
Color Harmonies of #CCE423
Complementary color
Monochromatic Colors of #CCE423
Black with #CCE423
Text Example
Text Example
White with #CCE423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE423; }
p { color: rgb(204,228,35); }
H1.HeaderClassName
{
color: #CCE423;
}
.AnyTagClassName
{
color: #CCE423;
}
</style>
background-color css
<style>
a { background-color: #CCE423; }
a { background-color: rgb(204,228,35); }
div.DivClassName
{
background-color: #CCE423;
}
.BgClassName
{
background-color: #CCE423;
}
</style>
border-color css
<style>
span { border-color: #CCE423; }
span { border-color: rgb(204,228,35); }
td.TdClassName
{
border-color: #CCE423;
}
.TagClassName
{
border-color: #CCE423;
}
</style>