Shades of Pear #CCE93B
Tints of Pear #CCE93B
RGB
CMYK
RGB Variations
Color information
#CCE93B (or 0xCCE93B) is known color: Pear. HEX triplet: CC, E9 and 3B. RGB value is (204,233,59). Sum of RGB (Red+Green+Blue) = 204+233+59=496 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.13% from 496); Green value is 233 (91.41% from 255 or 46.98% from 496); Blue value is 59 (23.44% from 255 or 11.90% from 496); Max value from RGB is 233 - color contains mainly: green. Hex color #CCE93B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCE93B is #3316C4. Grayscale: #CDCDCD. Windows color (decimal): -3348165 or 3926476. OLE color: 3926476.
HSL color Cylindrical-coordinate representation of color #CCE93B: hue angle of 70º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CCE93B is Cyan = 0.12, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 233 | 59 | - |
| CMYK | 0.12 | 0 | 0.75 | 0.09 |
| HSL | 70º | 0.8% | 0.57% | - |
| HSV(B) | 70º | 0.75% | 0.91% | - |
| XYZ | 54.83 | 71.43 | 15.04 | - |
| YUV | 204.49 | 45.89 | 127.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 233 | 59 | 0.12 | 0 | 0.75 | 0.09 | 70 | 0.8 | 0.57 |
| Hex | CC | E9 | 3B | C | 0 | 4B | 9 | 46 | 50 | 39 |
| Octal | 314 | 351 | 73 | 14 | 0 | 113 | 11 | 106 | 120 | 71 |
| Binary | 11001100 | 11101001 | 111011 | 1100 | 0 | 1001011 | 1001 | 1000110 | 1010000 | 111001 |
Color Harmonies of #CCE93B
Complementary color
Monochromatic Colors of #CCE93B
Black with #CCE93B
Text Example
Text Example
White with #CCE93B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE93B; }
p { color: rgb(204,233,59); }
H1.HeaderClassName
{
color: #CCE93B;
}
.AnyTagClassName
{
color: #CCE93B;
}
</style>
background-color css
<style>
a { background-color: #CCE93B; }
a { background-color: rgb(204,233,59); }
div.DivClassName
{
background-color: #CCE93B;
}
.BgClassName
{
background-color: #CCE93B;
}
</style>
border-color css
<style>
span { border-color: #CCE93B; }
span { border-color: rgb(204,233,59); }
td.TdClassName
{
border-color: #CCE93B;
}
.TagClassName
{
border-color: #CCE93B;
}
</style>