Shades of Pear #CCFD4C
Tints of Pear #CCFD4C
RGB
CMYK
RGB Variations
Color information
#CCFD4C (or 0xCCFD4C) is known color: Pear. HEX triplet: CC, FD and 4C. RGB value is (204,253,76). Sum of RGB (Red+Green+Blue) = 204+253+76=533 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.27% from 533); Green value is 253 (99.22% from 255 or 47.47% from 533); Blue value is 76 (30.08% from 255 or 14.26% from 533); Max value from RGB is 253 - color contains mainly: green. Hex color #CCFD4C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCFD4C is #3302B3. Grayscale: #DADADA. Windows color (decimal): -3343028 or 5045708. OLE color: 5045708.
HSL color Cylindrical-coordinate representation of color #CCFD4C: hue angle of 76.61º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CCFD4C is Cyan = 0.19, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 253 | 76 | - |
| CMYK | 0.19 | 0 | 0.70 | 0.01 |
| HSL | 76.61º | 0.98% | 0.65% | - |
| HSV(B) | 76.61º | 0.7% | 0.99% | - |
| XYZ | 61.33 | 83.61 | 19.74 | - |
| YUV | 218.17 | 47.77 | 117.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 253 | 76 | 0.19 | 0 | 0.70 | 0.01 | 76.61 | 0.98 | 0.65 |
| Hex | CC | FD | 4C | 13 | 0 | 46 | 1 | 4D | 62 | 41 |
| Octal | 314 | 375 | 114 | 23 | 0 | 106 | 1 | 115 | 142 | 101 |
| Binary | 11001100 | 11111101 | 1001100 | 10011 | 0 | 1000110 | 1 | 1001101 | 1100010 | 1000001 |
Color Harmonies of #CCFD4C
Complementary color
Monochromatic Colors of #CCFD4C
Black with #CCFD4C
Text Example
Text Example
White with #CCFD4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFD4C; }
p { color: rgb(204,253,76); }
H1.HeaderClassName
{
color: #CCFD4C;
}
.AnyTagClassName
{
color: #CCFD4C;
}
</style>
background-color css
<style>
a { background-color: #CCFD4C; }
a { background-color: rgb(204,253,76); }
div.DivClassName
{
background-color: #CCFD4C;
}
.BgClassName
{
background-color: #CCFD4C;
}
</style>
border-color css
<style>
span { border-color: #CCFD4C; }
span { border-color: rgb(204,253,76); }
td.TdClassName
{
border-color: #CCFD4C;
}
.TagClassName
{
border-color: #CCFD4C;
}
</style>