Shades of Pear #CCEE1D
Tints of Pear #CCEE1D
RGB
CMYK
RGB Variations
Color information
#CCEE1D (or 0xCCEE1D) is known color: Pear. HEX triplet: CC, EE and 1D. RGB value is (204,238,29). Sum of RGB (Red+Green+Blue) = 204+238+29=471 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.31% from 471); Green value is 238 (93.36% from 255 or 50.53% from 471); Blue value is 29 (11.72% from 255 or 6.16% from 471); Max value from RGB is 238 - color contains mainly: green. Hex color #CCEE1D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCEE1D is #3311E2. Grayscale: #CCCCCC. Windows color (decimal): -3346915 or 1961676. OLE color: 1961676.
HSL color Cylindrical-coordinate representation of color #CCEE1D: hue angle of 69.76º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CCEE1D is Cyan = 0.14, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 238 | 29 | - |
| CMYK | 0.14 | 0 | 0.88 | 0.07 |
| HSL | 69.76º | 0.86% | 0.52% | - |
| HSV(B) | 69.76º | 0.88% | 0.93% | - |
| XYZ | 55.7 | 74.08 | 12.52 | - |
| YUV | 204.01 | 29.24 | 127.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 238 | 29 | 0.14 | 0 | 0.88 | 0.07 | 69.76 | 0.86 | 0.52 |
| Hex | CC | EE | 1D | E | 0 | 58 | 7 | 46 | 56 | 34 |
| Octal | 314 | 356 | 35 | 16 | 0 | 130 | 7 | 106 | 126 | 64 |
| Binary | 11001100 | 11101110 | 11101 | 1110 | 0 | 1011000 | 111 | 1000110 | 1010110 | 110100 |
Color Harmonies of #CCEE1D
Complementary color
Monochromatic Colors of #CCEE1D
Black with #CCEE1D
Text Example
Text Example
White with #CCEE1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEE1D; }
p { color: rgb(204,238,29); }
H1.HeaderClassName
{
color: #CCEE1D;
}
.AnyTagClassName
{
color: #CCEE1D;
}
</style>
background-color css
<style>
a { background-color: #CCEE1D; }
a { background-color: rgb(204,238,29); }
div.DivClassName
{
background-color: #CCEE1D;
}
.BgClassName
{
background-color: #CCEE1D;
}
</style>
border-color css
<style>
span { border-color: #CCEE1D; }
span { border-color: rgb(204,238,29); }
td.TdClassName
{
border-color: #CCEE1D;
}
.TagClassName
{
border-color: #CCEE1D;
}
</style>