Shades of Pear #CCE317
Tints of Pear #CCE317
RGB
CMYK
RGB Variations
Color information
#CCE317 (or 0xCCE317) is known color: Pear. HEX triplet: CC, E3 and 17. RGB value is (204,227,23). Sum of RGB (Red+Green+Blue) = 204+227+23=454 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.93% from 454); Green value is 227 (89.06% from 255 or 50% from 454); Blue value is 23 (9.38% from 255 or 5.07% from 454); Max value from RGB is 227 - color contains mainly: green. Hex color #CCE317 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCE317 is #331CE8. Grayscale: #C5C5C5. Windows color (decimal): -3349737 or 1565644. OLE color: 1565644.
HSL color Cylindrical-coordinate representation of color #CCE317: hue angle of 66.76º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CCE317 is Cyan = 0.10, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 227 | 23 | - |
| CMYK | 0.10 | 0 | 0.90 | 0.11 |
| HSL | 66.76º | 0.82% | 0.49% | - |
| HSV(B) | 66.76º | 0.9% | 0.89% | - |
| XYZ | 52.53 | 67.84 | 11.14 | - |
| YUV | 196.87 | 29.88 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 227 | 23 | 0.10 | 0 | 0.90 | 0.11 | 66.76 | 0.82 | 0.49 |
| Hex | CC | E3 | 17 | A | 0 | 5A | B | 43 | 52 | 31 |
| Octal | 314 | 343 | 27 | 12 | 0 | 132 | 13 | 103 | 122 | 61 |
| Binary | 11001100 | 11100011 | 10111 | 1010 | 0 | 1011010 | 1011 | 1000011 | 1010010 | 110001 |
Color Harmonies of #CCE317
Complementary color
Monochromatic Colors of #CCE317
Black with #CCE317
Text Example
Text Example
White with #CCE317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE317; }
p { color: rgb(204,227,23); }
H1.HeaderClassName
{
color: #CCE317;
}
.AnyTagClassName
{
color: #CCE317;
}
</style>
background-color css
<style>
a { background-color: #CCE317; }
a { background-color: rgb(204,227,23); }
div.DivClassName
{
background-color: #CCE317;
}
.BgClassName
{
background-color: #CCE317;
}
</style>
border-color css
<style>
span { border-color: #CCE317; }
span { border-color: rgb(204,227,23); }
td.TdClassName
{
border-color: #CCE317;
}
.TagClassName
{
border-color: #CCE317;
}
</style>