Shades of Pear #CCFD49
Tints of Pear #CCFD49
RGB
CMYK
RGB Variations
Color information
#CCFD49 (or 0xCCFD49) is known color: Pear. HEX triplet: CC, FD and 49. RGB value is (204,253,73). Sum of RGB (Red+Green+Blue) = 204+253+73=530 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.49% from 530); Green value is 253 (99.22% from 255 or 47.74% from 530); Blue value is 73 (28.91% from 255 or 13.77% from 530); Max value from RGB is 253 - color contains mainly: green. Hex color #CCFD49 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCFD49 is #3302B6. Grayscale: #DADADA. Windows color (decimal): -3343031 or 4849100. OLE color: 4849100.
HSL color Cylindrical-coordinate representation of color #CCFD49: hue angle of 76.33º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CCFD49 is Cyan = 0.19, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 253 | 73 | - |
| CMYK | 0.19 | 0 | 0.71 | 0.01 |
| HSL | 76.33º | 0.98% | 0.64% | - |
| HSV(B) | 76.33º | 0.71% | 0.99% | - |
| XYZ | 61.23 | 83.57 | 19.21 | - |
| YUV | 217.83 | 46.27 | 118.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 253 | 73 | 0.19 | 0 | 0.71 | 0.01 | 76.33 | 0.98 | 0.64 |
| Hex | CC | FD | 49 | 13 | 0 | 47 | 1 | 4C | 62 | 40 |
| Octal | 314 | 375 | 111 | 23 | 0 | 107 | 1 | 114 | 142 | 100 |
| Binary | 11001100 | 11111101 | 1001001 | 10011 | 0 | 1000111 | 1 | 1001100 | 1100010 | 1000000 |
Color Harmonies of #CCFD49
Complementary color
Monochromatic Colors of #CCFD49
Black with #CCFD49
Text Example
Text Example
White with #CCFD49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFD49; }
p { color: rgb(204,253,73); }
H1.HeaderClassName
{
color: #CCFD49;
}
.AnyTagClassName
{
color: #CCFD49;
}
</style>
background-color css
<style>
a { background-color: #CCFD49; }
a { background-color: rgb(204,253,73); }
div.DivClassName
{
background-color: #CCFD49;
}
.BgClassName
{
background-color: #CCFD49;
}
</style>
border-color css
<style>
span { border-color: #CCFD49; }
span { border-color: rgb(204,253,73); }
td.TdClassName
{
border-color: #CCFD49;
}
.TagClassName
{
border-color: #CCFD49;
}
</style>