Shades of Pear #CCFE40
Tints of Pear #CCFE40
RGB
CMYK
RGB Variations
Color information
#CCFE40 (or 0xCCFE40) is known color: Pear. HEX triplet: CC, FE and 40. RGB value is (204,254,64). Sum of RGB (Red+Green+Blue) = 204+254+64=522 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.08% from 522); Green value is 254 (99.61% from 255 or 48.66% from 522); Blue value is 64 (25.39% from 255 or 12.26% from 522); Max value from RGB is 254 - color contains mainly: green. Hex color #CCFE40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCFE40 is #3301BF. Grayscale: #DADADA. Windows color (decimal): -3342784 or 4259532. OLE color: 4259532.
HSL color Cylindrical-coordinate representation of color #CCFE40: hue angle of 75.79º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CCFE40 is Cyan = 0.20, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 204 | 254 | 64 | - |
| CMYK | 0.20 | 0 | 0.75 | 0.00 |
| HSL | 75.79º | 0.99% | 0.62% | - |
| HSV(B) | 75.79º | 0.75% | 1% | - |
| XYZ | 61.27 | 84.09 | 17.85 | - |
| YUV | 217.39 | 41.44 | 118.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 254 | 64 | 0.20 | 0 | 0.75 | 0.00 | 75.79 | 0.99 | 0.62 |
| Hex | CC | FE | 40 | 14 | 0 | 4B | 0 | 4C | 63 | 3E |
| Octal | 314 | 376 | 100 | 24 | 0 | 113 | 0 | 114 | 143 | 76 |
| Binary | 11001100 | 11111110 | 1000000 | 10100 | 0 | 1001011 | 0 | 1001100 | 1100011 | 111110 |
Color Harmonies of #CCFE40
Complementary color
Monochromatic Colors of #CCFE40
Black with #CCFE40
Text Example
Text Example
White with #CCFE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFE40; }
p { color: rgb(204,254,64); }
H1.HeaderClassName
{
color: #CCFE40;
}
.AnyTagClassName
{
color: #CCFE40;
}
</style>
background-color css
<style>
a { background-color: #CCFE40; }
a { background-color: rgb(204,254,64); }
div.DivClassName
{
background-color: #CCFE40;
}
.BgClassName
{
background-color: #CCFE40;
}
</style>
border-color css
<style>
span { border-color: #CCFE40; }
span { border-color: rgb(204,254,64); }
td.TdClassName
{
border-color: #CCFE40;
}
.TagClassName
{
border-color: #CCFE40;
}
</style>