Shades of Pear #CCE01C
Tints of Pear #CCE01C
RGB
CMYK
RGB Variations
Color information
#CCE01C (or 0xCCE01C) is known color: Pear. HEX triplet: CC, E0 and 1C. RGB value is (204,224,28). Sum of RGB (Red+Green+Blue) = 204+224+28=456 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.74% from 456); Green value is 224 (87.89% from 255 or 49.12% from 456); Blue value is 28 (11.33% from 255 or 6.14% from 456); Max value from RGB is 224 - color contains mainly: green. Hex color #CCE01C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCE01C is #331FE3. Grayscale: #C4C4C4. Windows color (decimal): -3350500 or 1892556. OLE color: 1892556.
HSL color Cylindrical-coordinate representation of color #CCE01C: hue angle of 66.12º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CCE01C is Cyan = 0.09, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 224 | 28 | - |
| CMYK | 0.09 | 0 | 0.88 | 0.12 |
| HSL | 66.12º | 0.78% | 0.49% | - |
| HSV(B) | 66.12º | 0.88% | 0.88% | - |
| XYZ | 51.77 | 66.23 | 11.15 | - |
| YUV | 195.68 | 33.37 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 224 | 28 | 0.09 | 0 | 0.88 | 0.12 | 66.12 | 0.78 | 0.49 |
| Hex | CC | E0 | 1C | 9 | 0 | 58 | C | 42 | 4E | 31 |
| Octal | 314 | 340 | 34 | 11 | 0 | 130 | 14 | 102 | 116 | 61 |
| Binary | 11001100 | 11100000 | 11100 | 1001 | 0 | 1011000 | 1100 | 1000010 | 1001110 | 110001 |
Color Harmonies of #CCE01C
Complementary color
Monochromatic Colors of #CCE01C
Black with #CCE01C
Text Example
Text Example
White with #CCE01C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE01C; }
p { color: rgb(204,224,28); }
H1.HeaderClassName
{
color: #CCE01C;
}
.AnyTagClassName
{
color: #CCE01C;
}
</style>
background-color css
<style>
a { background-color: #CCE01C; }
a { background-color: rgb(204,224,28); }
div.DivClassName
{
background-color: #CCE01C;
}
.BgClassName
{
background-color: #CCE01C;
}
</style>
border-color css
<style>
span { border-color: #CCE01C; }
span { border-color: rgb(204,224,28); }
td.TdClassName
{
border-color: #CCE01C;
}
.TagClassName
{
border-color: #CCE01C;
}
</style>