Shades of Pear #CCFC40
Tints of Pear #CCFC40
RGB
CMYK
RGB Variations
Color information
#CCFC40 (or 0xCCFC40) is known color: Pear. HEX triplet: CC, FC and 40. RGB value is (204,252,64). Sum of RGB (Red+Green+Blue) = 204+252+64=520 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.23% from 520); Green value is 252 (98.83% from 255 or 48.46% from 520); Blue value is 64 (25.39% from 255 or 12.31% from 520); Max value from RGB is 252 - color contains mainly: green. Hex color #CCFC40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCFC40 is #3303BF. Grayscale: #D8D8D8. Windows color (decimal): -3343296 or 4259020. OLE color: 4259020.
HSL color Cylindrical-coordinate representation of color #CCFC40: hue angle of 75.32º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CCFC40 is Cyan = 0.19, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 252 | 64 | - |
| CMYK | 0.19 | 0 | 0.75 | 0.01 |
| HSL | 75.32º | 0.97% | 0.62% | - |
| HSV(B) | 75.32º | 0.75% | 0.99% | - |
| XYZ | 60.64 | 82.83 | 17.64 | - |
| YUV | 216.22 | 42.1 | 119.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 252 | 64 | 0.19 | 0 | 0.75 | 0.01 | 75.32 | 0.97 | 0.62 |
| Hex | CC | FC | 40 | 13 | 0 | 4B | 1 | 4B | 61 | 3E |
| Octal | 314 | 374 | 100 | 23 | 0 | 113 | 1 | 113 | 141 | 76 |
| Binary | 11001100 | 11111100 | 1000000 | 10011 | 0 | 1001011 | 1 | 1001011 | 1100001 | 111110 |
Color Harmonies of #CCFC40
Complementary color
Monochromatic Colors of #CCFC40
Black with #CCFC40
Text Example
Text Example
White with #CCFC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFC40; }
p { color: rgb(204,252,64); }
H1.HeaderClassName
{
color: #CCFC40;
}
.AnyTagClassName
{
color: #CCFC40;
}
</style>
background-color css
<style>
a { background-color: #CCFC40; }
a { background-color: rgb(204,252,64); }
div.DivClassName
{
background-color: #CCFC40;
}
.BgClassName
{
background-color: #CCFC40;
}
</style>
border-color css
<style>
span { border-color: #CCFC40; }
span { border-color: rgb(204,252,64); }
td.TdClassName
{
border-color: #CCFC40;
}
.TagClassName
{
border-color: #CCFC40;
}
</style>