Shades of Pear #CCF320
Tints of Pear #CCF320
RGB
CMYK
RGB Variations
Color information
#CCF320 (or 0xCCF320) is known color: Pear. HEX triplet: CC, F3 and 20. RGB value is (204,243,32). Sum of RGB (Red+Green+Blue) = 204+243+32=479 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.59% from 479); Green value is 243 (95.31% from 255 or 50.73% from 479); Blue value is 32 (12.89% from 255 or 6.68% from 479); Max value from RGB is 243 - color contains mainly: green. Hex color #CCF320 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF320 is #330CDF. Grayscale: #D0D0D0. Windows color (decimal): -3345632 or 2159564. OLE color: 2159564.
HSL color Cylindrical-coordinate representation of color #CCF320: hue angle of 71.09º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CCF320 is Cyan = 0.16, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 243 | 32 | - |
| CMYK | 0.16 | 0 | 0.87 | 0.05 |
| HSL | 71.09º | 0.9% | 0.54% | - |
| HSV(B) | 71.09º | 0.87% | 0.95% | - |
| XYZ | 57.21 | 77.04 | 13.22 | - |
| YUV | 207.29 | 29.08 | 125.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 243 | 32 | 0.16 | 0 | 0.87 | 0.05 | 71.09 | 0.9 | 0.54 |
| Hex | CC | F3 | 20 | 10 | 0 | 57 | 5 | 47 | 5A | 36 |
| Octal | 314 | 363 | 40 | 20 | 0 | 127 | 5 | 107 | 132 | 66 |
| Binary | 11001100 | 11110011 | 100000 | 10000 | 0 | 1010111 | 101 | 1000111 | 1011010 | 110110 |
Color Harmonies of #CCF320
Complementary color
Monochromatic Colors of #CCF320
Black with #CCF320
Text Example
Text Example
White with #CCF320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF320; }
p { color: rgb(204,243,32); }
H1.HeaderClassName
{
color: #CCF320;
}
.AnyTagClassName
{
color: #CCF320;
}
</style>
background-color css
<style>
a { background-color: #CCF320; }
a { background-color: rgb(204,243,32); }
div.DivClassName
{
background-color: #CCF320;
}
.BgClassName
{
background-color: #CCF320;
}
</style>
border-color css
<style>
span { border-color: #CCF320; }
span { border-color: rgb(204,243,32); }
td.TdClassName
{
border-color: #CCF320;
}
.TagClassName
{
border-color: #CCF320;
}
</style>