Shades of Pear #CCED1A
Tints of Pear #CCED1A
RGB
CMYK
RGB Variations
Color information
#CCED1A (or 0xCCED1A) is known color: Pear. HEX triplet: CC, ED and 1A. RGB value is (204,237,26). Sum of RGB (Red+Green+Blue) = 204+237+26=467 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.68% from 467); Green value is 237 (92.97% from 255 or 50.75% from 467); Blue value is 26 (10.55% from 255 or 5.57% from 467); Max value from RGB is 237 - color contains mainly: green. Hex color #CCED1A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCED1A is #3312E5. Grayscale: #CBCBCB. Windows color (decimal): -3347174 or 1764812. OLE color: 1764812.
HSL color Cylindrical-coordinate representation of color #CCED1A: hue angle of 69.38º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CCED1A is Cyan = 0.14, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 237 | 26 | - |
| CMYK | 0.14 | 0 | 0.89 | 0.07 |
| HSL | 69.38º | 0.85% | 0.52% | - |
| HSV(B) | 69.38º | 0.89% | 0.93% | - |
| XYZ | 55.37 | 73.48 | 12.24 | - |
| YUV | 203.08 | 28.07 | 128.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 237 | 26 | 0.14 | 0 | 0.89 | 0.07 | 69.38 | 0.85 | 0.52 |
| Hex | CC | ED | 1A | E | 0 | 59 | 7 | 45 | 55 | 34 |
| Octal | 314 | 355 | 32 | 16 | 0 | 131 | 7 | 105 | 125 | 64 |
| Binary | 11001100 | 11101101 | 11010 | 1110 | 0 | 1011001 | 111 | 1000101 | 1010101 | 110100 |
Color Harmonies of #CCED1A
Complementary color
Monochromatic Colors of #CCED1A
Black with #CCED1A
Text Example
Text Example
White with #CCED1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCED1A; }
p { color: rgb(204,237,26); }
H1.HeaderClassName
{
color: #CCED1A;
}
.AnyTagClassName
{
color: #CCED1A;
}
</style>
background-color css
<style>
a { background-color: #CCED1A; }
a { background-color: rgb(204,237,26); }
div.DivClassName
{
background-color: #CCED1A;
}
.BgClassName
{
background-color: #CCED1A;
}
</style>
border-color css
<style>
span { border-color: #CCED1A; }
span { border-color: rgb(204,237,26); }
td.TdClassName
{
border-color: #CCED1A;
}
.TagClassName
{
border-color: #CCED1A;
}
</style>