Shades of Pear #CCEC2D
Tints of Pear #CCEC2D
RGB
CMYK
RGB Variations
Color information
#CCEC2D (or 0xCCEC2D) is known color: Pear. HEX triplet: CC, EC and 2D. RGB value is (204,236,45). Sum of RGB (Red+Green+Blue) = 204+236+45=485 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.06% from 485); Green value is 236 (92.58% from 255 or 48.66% from 485); Blue value is 45 (17.97% from 255 or 9.28% from 485); Max value from RGB is 236 - color contains mainly: green. Hex color #CCEC2D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCEC2D is #3313D2. Grayscale: #CDCDCD. Windows color (decimal): -3347411 or 3009740. OLE color: 3009740.
HSL color Cylindrical-coordinate representation of color #CCEC2D: hue angle of 70.05º degrees, saturation: 0.83, 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 #CCEC2D is Cyan = 0.14, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
RGB | 204 | 236 | 45 | - |
CMYK | 0.14 | 0 | 0.81 | 0.07 |
HSL | 70.05º | 0.83% | 0.55% | - |
HSV(B) | 70.05º | 0.81% | 0.93% | - |
XYZ | 55.37 | 73.02 | 13.66 | - |
YUV | 204.66 | 37.9 | 127.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 236 | 45 | 0.14 | 0 | 0.81 | 0.07 | 70.05 | 0.83 | 0.55 |
Hex | CC | EC | 2D | E | 0 | 51 | 7 | 46 | 53 | 37 |
Octal | 314 | 354 | 55 | 16 | 0 | 121 | 7 | 106 | 123 | 67 |
Binary | 11001100 | 11101100 | 101101 | 1110 | 0 | 1010001 | 111 | 1000110 | 1010011 | 110111 |
Color Harmonies of #CCEC2D
Complementary color
Monochromatic Colors of #CCEC2D
Black with #CCEC2D
Text Example
Text Example
White with #CCEC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEC2D; }
p { color: rgb(204,236,45); }
H1.HeaderClassName
{
color: #CCEC2D;
}
.AnyTagClassName
{
color: #CCEC2D;
}
</style>
background-color css
<style>
a { background-color: #CCEC2D; }
a { background-color: rgb(204,236,45); }
div.DivClassName
{
background-color: #CCEC2D;
}
.BgClassName
{
background-color: #CCEC2D;
}
</style>
border-color css
<style>
span { border-color: #CCEC2D; }
span { border-color: rgb(204,236,45); }
td.TdClassName
{
border-color: #CCEC2D;
}
.TagClassName
{
border-color: #CCEC2D;
}
</style>