Shades of Pear #CCEE40
Tints of Pear #CCEE40
RGB
CMYK
RGB Variations
Color information
#CCEE40 (or 0xCCEE40) is known color: Pear. HEX triplet: CC, EE and 40. RGB value is (204,238,64). Sum of RGB (Red+Green+Blue) = 204+238+64=506 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.32% from 506); Green value is 238 (93.36% from 255 or 47.04% from 506); Blue value is 64 (25.39% from 255 or 12.65% from 506); Max value from RGB is 238 - color contains mainly: green. Hex color #CCEE40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCEE40 is #3311BF. Grayscale: #D0D0D0. Windows color (decimal): -3346880 or 4255436. OLE color: 4255436.
HSL color Cylindrical-coordinate representation of color #CCEE40: hue angle of 71.72º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CCEE40 is Cyan = 0.14, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 238 | 64 | - |
| CMYK | 0.14 | 0 | 0.73 | 0.07 |
| HSL | 71.72º | 0.84% | 0.59% | - |
| HSV(B) | 71.72º | 0.73% | 0.93% | - |
| XYZ | 56.4 | 74.36 | 16.23 | - |
| YUV | 208 | 46.74 | 125.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 238 | 64 | 0.14 | 0 | 0.73 | 0.07 | 71.72 | 0.84 | 0.59 |
| Hex | CC | EE | 40 | E | 0 | 49 | 7 | 48 | 54 | 3B |
| Octal | 314 | 356 | 100 | 16 | 0 | 111 | 7 | 110 | 124 | 73 |
| Binary | 11001100 | 11101110 | 1000000 | 1110 | 0 | 1001001 | 111 | 1001000 | 1010100 | 111011 |
Color Harmonies of #CCEE40
Complementary color
Monochromatic Colors of #CCEE40
Black with #CCEE40
Text Example
Text Example
White with #CCEE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEE40; }
p { color: rgb(204,238,64); }
H1.HeaderClassName
{
color: #CCEE40;
}
.AnyTagClassName
{
color: #CCEE40;
}
</style>
background-color css
<style>
a { background-color: #CCEE40; }
a { background-color: rgb(204,238,64); }
div.DivClassName
{
background-color: #CCEE40;
}
.BgClassName
{
background-color: #CCEE40;
}
</style>
border-color css
<style>
span { border-color: #CCEE40; }
span { border-color: rgb(204,238,64); }
td.TdClassName
{
border-color: #CCEE40;
}
.TagClassName
{
border-color: #CCEE40;
}
</style>