Shades of Pear #CCF820
Tints of Pear #CCF820
RGB
CMYK
RGB Variations
Color information
#CCF820 (or 0xCCF820) is known color: Pear. HEX triplet: CC, F8 and 20. RGB value is (204,248,32). Sum of RGB (Red+Green+Blue) = 204+248+32=484 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.15% from 484); Green value is 248 (97.27% from 255 or 51.24% from 484); Blue value is 32 (12.89% from 255 or 6.61% from 484); Max value from RGB is 248 - color contains mainly: green. Hex color #CCF820 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF820 is #3307DF. Grayscale: #D3D3D3. Windows color (decimal): -3344352 or 2160844. OLE color: 2160844.
HSL color Cylindrical-coordinate representation of color #CCF820: hue angle of 72.22º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CCF820 is Cyan = 0.18, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 204 | 248 | 32 | - |
| CMYK | 0.18 | 0 | 0.87 | 0.03 |
| HSL | 72.22º | 0.94% | 0.55% | - |
| HSV(B) | 72.22º | 0.87% | 0.97% | - |
| XYZ | 58.73 | 80.08 | 13.73 | - |
| YUV | 210.22 | 27.42 | 123.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 248 | 32 | 0.18 | 0 | 0.87 | 0.03 | 72.22 | 0.94 | 0.55 |
| Hex | CC | F8 | 20 | 12 | 0 | 57 | 3 | 48 | 5E | 37 |
| Octal | 314 | 370 | 40 | 22 | 0 | 127 | 3 | 110 | 136 | 67 |
| Binary | 11001100 | 11111000 | 100000 | 10010 | 0 | 1010111 | 11 | 1001000 | 1011110 | 110111 |
Color Harmonies of #CCF820
Complementary color
Monochromatic Colors of #CCF820
Black with #CCF820
Text Example
Text Example
White with #CCF820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF820; }
p { color: rgb(204,248,32); }
H1.HeaderClassName
{
color: #CCF820;
}
.AnyTagClassName
{
color: #CCF820;
}
</style>
background-color css
<style>
a { background-color: #CCF820; }
a { background-color: rgb(204,248,32); }
div.DivClassName
{
background-color: #CCF820;
}
.BgClassName
{
background-color: #CCF820;
}
</style>
border-color css
<style>
span { border-color: #CCF820; }
span { border-color: rgb(204,248,32); }
td.TdClassName
{
border-color: #CCF820;
}
.TagClassName
{
border-color: #CCF820;
}
</style>