Shades of Pear #CCEE3A
Tints of Pear #CCEE3A
RGB
CMYK
RGB Variations
Color information
#CCEE3A (or 0xCCEE3A) is known color: Pear. HEX triplet: CC, EE and 3A. RGB value is (204,238,58). Sum of RGB (Red+Green+Blue) = 204+238+58=500 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.8% from 500); Green value is 238 (93.36% from 255 or 47.6% from 500); Blue value is 58 (23.05% from 255 or 11.6% from 500); Max value from RGB is 238 - color contains mainly: green. Hex color #CCEE3A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCEE3A is #3311C5. Grayscale: #CFCFCF. Windows color (decimal): -3346886 or 3862220. OLE color: 3862220.
HSL color Cylindrical-coordinate representation of color #CCEE3A: hue angle of 71.33º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CCEE3A is Cyan = 0.14, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 238 | 58 | - |
| CMYK | 0.14 | 0 | 0.76 | 0.07 |
| HSL | 71.33º | 0.84% | 0.58% | - |
| HSV(B) | 71.33º | 0.76% | 0.93% | - |
| XYZ | 56.24 | 74.29 | 15.38 | - |
| YUV | 207.31 | 43.74 | 125.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 238 | 58 | 0.14 | 0 | 0.76 | 0.07 | 71.33 | 0.84 | 0.58 |
| Hex | CC | EE | 3A | E | 0 | 4C | 7 | 47 | 54 | 3A |
| Octal | 314 | 356 | 72 | 16 | 0 | 114 | 7 | 107 | 124 | 72 |
| Binary | 11001100 | 11101110 | 111010 | 1110 | 0 | 1001100 | 111 | 1000111 | 1010100 | 111010 |
Color Harmonies of #CCEE3A
Complementary color
Monochromatic Colors of #CCEE3A
Black with #CCEE3A
Text Example
Text Example
White with #CCEE3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEE3A; }
p { color: rgb(204,238,58); }
H1.HeaderClassName
{
color: #CCEE3A;
}
.AnyTagClassName
{
color: #CCEE3A;
}
</style>
background-color css
<style>
a { background-color: #CCEE3A; }
a { background-color: rgb(204,238,58); }
div.DivClassName
{
background-color: #CCEE3A;
}
.BgClassName
{
background-color: #CCEE3A;
}
</style>
border-color css
<style>
span { border-color: #CCEE3A; }
span { border-color: rgb(204,238,58); }
td.TdClassName
{
border-color: #CCEE3A;
}
.TagClassName
{
border-color: #CCEE3A;
}
</style>