Shades of Pear #CCFF47
Tints of Pear #CCFF47
RGB
CMYK
RGB Variations
Color information
#CCFF47 (or 0xCCFF47) is known color: Pear. HEX triplet: CC, FF and 47. RGB value is (204,255,71). Sum of RGB (Red+Green+Blue) = 204+255+71=530 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.49% from 530); Green value is 255 (100% from 255 or 48.11% from 530); Blue value is 71 (28.12% from 255 or 13.40% from 530); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFF47 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCFF47 is #3300B8. Grayscale: #DBDBDB. Windows color (decimal): -3342521 or 4718540. OLE color: 4718540.
HSL color Cylindrical-coordinate representation of color #CCFF47: hue angle of 76.63º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CCFF47 is Cyan = 0.2, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 255 | 71 | - |
| CMYK | 0.2 | 0 | 0.72 | 0 |
| HSL | 76.63º | 1% | 0.64% | - |
| HSV(B) | 76.63º | 0.72% | 1% | - |
| XYZ | 61.8 | 84.81 | 19.07 | - |
| YUV | 218.78 | 44.6 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 255 | 71 | 0.2 | 0 | 0.72 | 0 | 76.63 | 1 | 0.64 |
| Hex | CC | FF | 47 | 14 | 0 | 48 | 0 | 4D | 64 | 40 |
| Octal | 314 | 377 | 107 | 24 | 0 | 110 | 0 | 115 | 144 | 100 |
| Binary | 11001100 | 11111111 | 1000111 | 10100 | 0 | 1001000 | 0 | 1001101 | 1100100 | 1000000 |
Color Harmonies of #CCFF47
Complementary color
Monochromatic Colors of #CCFF47
Black with #CCFF47
Text Example
Text Example
White with #CCFF47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFF47; }
p { color: rgb(204,255,71); }
H1.HeaderClassName
{
color: #CCFF47;
}
.AnyTagClassName
{
color: #CCFF47;
}
</style>
background-color css
<style>
a { background-color: #CCFF47; }
a { background-color: rgb(204,255,71); }
div.DivClassName
{
background-color: #CCFF47;
}
.BgClassName
{
background-color: #CCFF47;
}
</style>
border-color css
<style>
span { border-color: #CCFF47; }
span { border-color: rgb(204,255,71); }
td.TdClassName
{
border-color: #CCFF47;
}
.TagClassName
{
border-color: #CCFF47;
}
</style>