Shades of Pear #CCFD40
Tints of Pear #CCFD40
RGB
CMYK
RGB Variations
Color information
#CCFD40 (or 0xCCFD40) is known color: Pear. HEX triplet: CC, FD and 40. RGB value is (204,253,64). Sum of RGB (Red+Green+Blue) = 204+253+64=521 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.16% from 521); Green value is 253 (99.22% from 255 or 48.56% from 521); Blue value is 64 (25.39% from 255 or 12.28% from 521); Max value from RGB is 253 - color contains mainly: green. Hex color #CCFD40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCFD40 is #3302BF. Grayscale: #D9D9D9. Windows color (decimal): -3343040 or 4259276. OLE color: 4259276.
HSL color Cylindrical-coordinate representation of color #CCFD40: hue angle of 75.56º degrees, saturation: 0.98, 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 #CCFD40 is Cyan = 0.19, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 253 | 64 | - |
| CMYK | 0.19 | 0 | 0.75 | 0.01 |
| HSL | 75.56º | 0.98% | 0.62% | - |
| HSV(B) | 75.56º | 0.75% | 0.99% | - |
| XYZ | 60.95 | 83.46 | 17.75 | - |
| YUV | 216.8 | 41.77 | 118.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 253 | 64 | 0.19 | 0 | 0.75 | 0.01 | 75.56 | 0.98 | 0.62 |
| Hex | CC | FD | 40 | 13 | 0 | 4B | 1 | 4C | 62 | 3E |
| Octal | 314 | 375 | 100 | 23 | 0 | 113 | 1 | 114 | 142 | 76 |
| Binary | 11001100 | 11111101 | 1000000 | 10011 | 0 | 1001011 | 1 | 1001100 | 1100010 | 111110 |
Color Harmonies of #CCFD40
Complementary color
Monochromatic Colors of #CCFD40
Black with #CCFD40
Text Example
Text Example
White with #CCFD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFD40; }
p { color: rgb(204,253,64); }
H1.HeaderClassName
{
color: #CCFD40;
}
.AnyTagClassName
{
color: #CCFD40;
}
</style>
background-color css
<style>
a { background-color: #CCFD40; }
a { background-color: rgb(204,253,64); }
div.DivClassName
{
background-color: #CCFD40;
}
.BgClassName
{
background-color: #CCFD40;
}
</style>
border-color css
<style>
span { border-color: #CCFD40; }
span { border-color: rgb(204,253,64); }
td.TdClassName
{
border-color: #CCFD40;
}
.TagClassName
{
border-color: #CCFD40;
}
</style>