Shades of Pear #CCE93C
Tints of Pear #CCE93C
RGB
CMYK
RGB Variations
Color information
#CCE93C (or 0xCCE93C) is known color: Pear. HEX triplet: CC, E9 and 3C. RGB value is (204,233,60). Sum of RGB (Red+Green+Blue) = 204+233+60=497 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.05% from 497); Green value is 233 (91.41% from 255 or 46.88% from 497); Blue value is 60 (23.83% from 255 or 12.07% from 497); Max value from RGB is 233 - color contains mainly: green. Hex color #CCE93C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCE93C is #3316C3. Grayscale: #CDCDCD. Windows color (decimal): -3348164 or 3992012. OLE color: 3992012.
HSL color Cylindrical-coordinate representation of color #CCE93C: hue angle of 70.06º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CCE93C is Cyan = 0.12, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 233 | 60 | - |
| CMYK | 0.12 | 0 | 0.74 | 0.09 |
| HSL | 70.06º | 0.8% | 0.57% | - |
| HSV(B) | 70.06º | 0.74% | 0.91% | - |
| XYZ | 54.86 | 71.44 | 15.17 | - |
| YUV | 204.61 | 46.39 | 127.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 233 | 60 | 0.12 | 0 | 0.74 | 0.09 | 70.06 | 0.8 | 0.57 |
| Hex | CC | E9 | 3C | C | 0 | 4A | 9 | 46 | 50 | 39 |
| Octal | 314 | 351 | 74 | 14 | 0 | 112 | 11 | 106 | 120 | 71 |
| Binary | 11001100 | 11101001 | 111100 | 1100 | 0 | 1001010 | 1001 | 1000110 | 1010000 | 111001 |
Color Harmonies of #CCE93C
Complementary color
Monochromatic Colors of #CCE93C
Black with #CCE93C
Text Example
Text Example
White with #CCE93C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE93C; }
p { color: rgb(204,233,60); }
H1.HeaderClassName
{
color: #CCE93C;
}
.AnyTagClassName
{
color: #CCE93C;
}
</style>
background-color css
<style>
a { background-color: #CCE93C; }
a { background-color: rgb(204,233,60); }
div.DivClassName
{
background-color: #CCE93C;
}
.BgClassName
{
background-color: #CCE93C;
}
</style>
border-color css
<style>
span { border-color: #CCE93C; }
span { border-color: rgb(204,233,60); }
td.TdClassName
{
border-color: #CCE93C;
}
.TagClassName
{
border-color: #CCE93C;
}
</style>