Shades of Pear #CCEE2C
Tints of Pear #CCEE2C
RGB
CMYK
RGB Variations
Color information
#CCEE2C (or 0xCCEE2C) is known color: Pear. HEX triplet: CC, EE and 2C. RGB value is (204,238,44). Sum of RGB (Red+Green+Blue) = 204+238+44=486 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.98% from 486); Green value is 238 (93.36% from 255 or 48.97% from 486); Blue value is 44 (17.58% from 255 or 9.05% from 486); Max value from RGB is 238 - color contains mainly: green. Hex color #CCEE2C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCEE2C is #3311D3. Grayscale: #CECECE. Windows color (decimal): -3346900 or 2944716. OLE color: 2944716.
HSL color Cylindrical-coordinate representation of color #CCEE2C: hue angle of 70.52º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CCEE2C is Cyan = 0.14, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 238 | 44 | - |
| CMYK | 0.14 | 0 | 0.82 | 0.07 |
| HSL | 70.52º | 0.85% | 0.55% | - |
| HSV(B) | 70.52º | 0.82% | 0.93% | - |
| XYZ | 55.93 | 74.17 | 13.75 | - |
| YUV | 205.72 | 36.74 | 126.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 238 | 44 | 0.14 | 0 | 0.82 | 0.07 | 70.52 | 0.85 | 0.55 |
| Hex | CC | EE | 2C | E | 0 | 52 | 7 | 47 | 55 | 37 |
| Octal | 314 | 356 | 54 | 16 | 0 | 122 | 7 | 107 | 125 | 67 |
| Binary | 11001100 | 11101110 | 101100 | 1110 | 0 | 1010010 | 111 | 1000111 | 1010101 | 110111 |
Color Harmonies of #CCEE2C
Complementary color
Monochromatic Colors of #CCEE2C
Black with #CCEE2C
Text Example
Text Example
White with #CCEE2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEE2C; }
p { color: rgb(204,238,44); }
H1.HeaderClassName
{
color: #CCEE2C;
}
.AnyTagClassName
{
color: #CCEE2C;
}
</style>
background-color css
<style>
a { background-color: #CCEE2C; }
a { background-color: rgb(204,238,44); }
div.DivClassName
{
background-color: #CCEE2C;
}
.BgClassName
{
background-color: #CCEE2C;
}
</style>
border-color css
<style>
span { border-color: #CCEE2C; }
span { border-color: rgb(204,238,44); }
td.TdClassName
{
border-color: #CCEE2C;
}
.TagClassName
{
border-color: #CCEE2C;
}
</style>