Shades of Pear #CCEE2D
Tints of Pear #CCEE2D
RGB
CMYK
RGB Variations
Color information
#CCEE2D (or 0xCCEE2D) is known color: Pear. HEX triplet: CC, EE and 2D. RGB value is (204,238,45). Sum of RGB (Red+Green+Blue) = 204+238+45=487 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.89% from 487); Green value is 238 (93.36% from 255 or 48.87% from 487); Blue value is 45 (17.97% from 255 or 9.24% from 487); Max value from RGB is 238 - color contains mainly: green. Hex color #CCEE2D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCEE2D is #3311D2. Grayscale: #CECECE. Windows color (decimal): -3346899 or 3010252. OLE color: 3010252.
HSL color Cylindrical-coordinate representation of color #CCEE2D: hue angle of 70.57º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CCEE2D is Cyan = 0.14, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 238 | 45 | - |
| CMYK | 0.14 | 0 | 0.81 | 0.07 |
| HSL | 70.57º | 0.85% | 0.55% | - |
| HSV(B) | 70.57º | 0.81% | 0.93% | - |
| XYZ | 55.95 | 74.18 | 13.85 | - |
| YUV | 205.83 | 37.24 | 126.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 238 | 45 | 0.14 | 0 | 0.81 | 0.07 | 70.57 | 0.85 | 0.55 |
| Hex | CC | EE | 2D | E | 0 | 51 | 7 | 47 | 55 | 37 |
| Octal | 314 | 356 | 55 | 16 | 0 | 121 | 7 | 107 | 125 | 67 |
| Binary | 11001100 | 11101110 | 101101 | 1110 | 0 | 1010001 | 111 | 1000111 | 1010101 | 110111 |
Color Harmonies of #CCEE2D
Complementary color
Monochromatic Colors of #CCEE2D
Black with #CCEE2D
Text Example
Text Example
White with #CCEE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEE2D; }
p { color: rgb(204,238,45); }
H1.HeaderClassName
{
color: #CCEE2D;
}
.AnyTagClassName
{
color: #CCEE2D;
}
</style>
background-color css
<style>
a { background-color: #CCEE2D; }
a { background-color: rgb(204,238,45); }
div.DivClassName
{
background-color: #CCEE2D;
}
.BgClassName
{
background-color: #CCEE2D;
}
</style>
border-color css
<style>
span { border-color: #CCEE2D; }
span { border-color: rgb(204,238,45); }
td.TdClassName
{
border-color: #CCEE2D;
}
.TagClassName
{
border-color: #CCEE2D;
}
</style>