Shades of Pear #CCED3C
Tints of Pear #CCED3C
RGB
CMYK
RGB Variations
Color information
#CCED3C (or 0xCCED3C) is known color: Pear. HEX triplet: CC, ED and 3C. RGB value is (204,237,60). Sum of RGB (Red+Green+Blue) = 204+237+60=501 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.72% from 501); Green value is 237 (92.97% from 255 or 47.31% from 501); Blue value is 60 (23.83% from 255 or 11.98% from 501); Max value from RGB is 237 - color contains mainly: green. Hex color #CCED3C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCED3C is #3312C3. Grayscale: #CFCFCF. Windows color (decimal): -3347140 or 3993036. OLE color: 3993036.
HSL color Cylindrical-coordinate representation of color #CCED3C: hue angle of 71.19º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CCED3C is Cyan = 0.14, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 237 | 60 | - |
| CMYK | 0.14 | 0 | 0.75 | 0.07 |
| HSL | 71.19º | 0.83% | 0.58% | - |
| HSV(B) | 71.19º | 0.75% | 0.93% | - |
| XYZ | 56 | 73.73 | 15.56 | - |
| YUV | 206.96 | 45.07 | 125.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 237 | 60 | 0.14 | 0 | 0.75 | 0.07 | 71.19 | 0.83 | 0.58 |
| Hex | CC | ED | 3C | E | 0 | 4B | 7 | 47 | 53 | 3A |
| Octal | 314 | 355 | 74 | 16 | 0 | 113 | 7 | 107 | 123 | 72 |
| Binary | 11001100 | 11101101 | 111100 | 1110 | 0 | 1001011 | 111 | 1000111 | 1010011 | 111010 |
Color Harmonies of #CCED3C
Complementary color
Monochromatic Colors of #CCED3C
Black with #CCED3C
Text Example
Text Example
White with #CCED3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCED3C; }
p { color: rgb(204,237,60); }
H1.HeaderClassName
{
color: #CCED3C;
}
.AnyTagClassName
{
color: #CCED3C;
}
</style>
background-color css
<style>
a { background-color: #CCED3C; }
a { background-color: rgb(204,237,60); }
div.DivClassName
{
background-color: #CCED3C;
}
.BgClassName
{
background-color: #CCED3C;
}
</style>
border-color css
<style>
span { border-color: #CCED3C; }
span { border-color: rgb(204,237,60); }
td.TdClassName
{
border-color: #CCED3C;
}
.TagClassName
{
border-color: #CCED3C;
}
</style>