Shades of Pear #CCE93D
Tints of Pear #CCE93D
RGB
CMYK
RGB Variations
Color information
#CCE93D (or 0xCCE93D) is known color: Pear. HEX triplet: CC, E9 and 3D. RGB value is (204,233,61). Sum of RGB (Red+Green+Blue) = 204+233+61=498 (65% of max value = 765). Red value is 204 (80.08% from 255 or 40.96% from 498); Green value is 233 (91.41% from 255 or 46.79% from 498); Blue value is 61 (24.22% from 255 or 12.25% from 498); Max value from RGB is 233 - color contains mainly: green. Hex color #CCE93D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCE93D is #3316C2. Grayscale: #CDCDCD. Windows color (decimal): -3348163 or 4057548. OLE color: 4057548.
HSL color Cylindrical-coordinate representation of color #CCE93D: hue angle of 70.12º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CCE93D is Cyan = 0.12, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 233 | 61 | - |
| CMYK | 0.12 | 0 | 0.74 | 0.09 |
| HSL | 70.12º | 0.8% | 0.58% | - |
| HSV(B) | 70.12º | 0.74% | 0.91% | - |
| XYZ | 54.88 | 71.45 | 15.31 | - |
| YUV | 204.72 | 46.89 | 127.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 233 | 61 | 0.12 | 0 | 0.74 | 0.09 | 70.12 | 0.8 | 0.58 |
| Hex | CC | E9 | 3D | C | 0 | 4A | 9 | 46 | 50 | 3A |
| Octal | 314 | 351 | 75 | 14 | 0 | 112 | 11 | 106 | 120 | 72 |
| Binary | 11001100 | 11101001 | 111101 | 1100 | 0 | 1001010 | 1001 | 1000110 | 1010000 | 111010 |
Color Harmonies of #CCE93D
Complementary color
Monochromatic Colors of #CCE93D
Black with #CCE93D
Text Example
Text Example
White with #CCE93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE93D; }
p { color: rgb(204,233,61); }
H1.HeaderClassName
{
color: #CCE93D;
}
.AnyTagClassName
{
color: #CCE93D;
}
</style>
background-color css
<style>
a { background-color: #CCE93D; }
a { background-color: rgb(204,233,61); }
div.DivClassName
{
background-color: #CCE93D;
}
.BgClassName
{
background-color: #CCE93D;
}
</style>
border-color css
<style>
span { border-color: #CCE93D; }
span { border-color: rgb(204,233,61); }
td.TdClassName
{
border-color: #CCE93D;
}
.TagClassName
{
border-color: #CCE93D;
}
</style>