Shades of Pear #CCED3A
Tints of Pear #CCED3A
RGB
CMYK
RGB Variations
Color information
#CCED3A (or 0xCCED3A) is known color: Pear. HEX triplet: CC, ED and 3A. RGB value is (204,237,58). Sum of RGB (Red+Green+Blue) = 204+237+58=499 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.88% from 499); Green value is 237 (92.97% from 255 or 47.49% from 499); Blue value is 58 (23.05% from 255 or 11.62% from 499); Max value from RGB is 237 - color contains mainly: green. Hex color #CCED3A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCED3A is #3312C5. Grayscale: #CFCFCF. Windows color (decimal): -3347142 or 3861964. OLE color: 3861964.
HSL color Cylindrical-coordinate representation of color #CCED3A: hue angle of 71.06º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CCED3A is Cyan = 0.14, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 237 | 58 | - |
| CMYK | 0.14 | 0 | 0.76 | 0.07 |
| HSL | 71.06º | 0.83% | 0.58% | - |
| HSV(B) | 71.06º | 0.76% | 0.93% | - |
| XYZ | 55.95 | 73.71 | 15.28 | - |
| YUV | 206.73 | 44.07 | 126.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 237 | 58 | 0.14 | 0 | 0.76 | 0.07 | 71.06 | 0.83 | 0.58 |
| Hex | CC | ED | 3A | E | 0 | 4C | 7 | 47 | 53 | 3A |
| Octal | 314 | 355 | 72 | 16 | 0 | 114 | 7 | 107 | 123 | 72 |
| Binary | 11001100 | 11101101 | 111010 | 1110 | 0 | 1001100 | 111 | 1000111 | 1010011 | 111010 |
Color Harmonies of #CCED3A
Complementary color
Monochromatic Colors of #CCED3A
Black with #CCED3A
Text Example
Text Example
White with #CCED3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCED3A; }
p { color: rgb(204,237,58); }
H1.HeaderClassName
{
color: #CCED3A;
}
.AnyTagClassName
{
color: #CCED3A;
}
</style>
background-color css
<style>
a { background-color: #CCED3A; }
a { background-color: rgb(204,237,58); }
div.DivClassName
{
background-color: #CCED3A;
}
.BgClassName
{
background-color: #CCED3A;
}
</style>
border-color css
<style>
span { border-color: #CCED3A; }
span { border-color: rgb(204,237,58); }
td.TdClassName
{
border-color: #CCED3A;
}
.TagClassName
{
border-color: #CCED3A;
}
</style>