Shades of Pear #CCFE4C
Tints of Pear #CCFE4C
RGB
CMYK
RGB Variations
Color information
#CCFE4C (or 0xCCFE4C) is known color: Pear. HEX triplet: CC, FE and 4C. RGB value is (204,254,76). Sum of RGB (Red+Green+Blue) = 204+254+76=534 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.20% from 534); Green value is 254 (99.61% from 255 or 47.57% from 534); Blue value is 76 (30.08% from 255 or 14.23% from 534); Max value from RGB is 254 - color contains mainly: green. Hex color #CCFE4C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCFE4C is #3301B3. Grayscale: #DBDBDB. Windows color (decimal): -3342772 or 5045964. OLE color: 5045964.
HSL color Cylindrical-coordinate representation of color #CCFE4C: hue angle of 76.85º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CCFE4C is Cyan = 0.20, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 204 | 254 | 76 | - |
| CMYK | 0.20 | 0 | 0.70 | 0.00 |
| HSL | 76.85º | 0.99% | 0.65% | - |
| HSV(B) | 76.85º | 0.7% | 1% | - |
| XYZ | 61.65 | 84.24 | 19.85 | - |
| YUV | 218.76 | 47.44 | 117.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 254 | 76 | 0.20 | 0 | 0.70 | 0.00 | 76.85 | 0.99 | 0.65 |
| Hex | CC | FE | 4C | 14 | 0 | 46 | 0 | 4D | 63 | 41 |
| Octal | 314 | 376 | 114 | 24 | 0 | 106 | 0 | 115 | 143 | 101 |
| Binary | 11001100 | 11111110 | 1001100 | 10100 | 0 | 1000110 | 0 | 1001101 | 1100011 | 1000001 |
Color Harmonies of #CCFE4C
Complementary color
Monochromatic Colors of #CCFE4C
Black with #CCFE4C
Text Example
Text Example
White with #CCFE4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFE4C; }
p { color: rgb(204,254,76); }
H1.HeaderClassName
{
color: #CCFE4C;
}
.AnyTagClassName
{
color: #CCFE4C;
}
</style>
background-color css
<style>
a { background-color: #CCFE4C; }
a { background-color: rgb(204,254,76); }
div.DivClassName
{
background-color: #CCFE4C;
}
.BgClassName
{
background-color: #CCFE4C;
}
</style>
border-color css
<style>
span { border-color: #CCFE4C; }
span { border-color: rgb(204,254,76); }
td.TdClassName
{
border-color: #CCFE4C;
}
.TagClassName
{
border-color: #CCFE4C;
}
</style>