Shades of Pear #CCDF20
Tints of Pear #CCDF20
RGB
CMYK
RGB Variations
Color information
#CCDF20 (or 0xCCDF20) is known color: Pear. HEX triplet: CC, DF and 20. RGB value is (204,223,32). Sum of RGB (Red+Green+Blue) = 204+223+32=459 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.44% from 459); Green value is 223 (87.5% from 255 or 48.58% from 459); Blue value is 32 (12.89% from 255 or 6.97% from 459); Max value from RGB is 223 - color contains mainly: green. Hex color #CCDF20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDF20 is #3320DF. Grayscale: #C4C4C4. Windows color (decimal): -3350752 or 2154444. OLE color: 2154444.
HSL color Cylindrical-coordinate representation of color #CCDF20: hue angle of 65.97º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CCDF20 is Cyan = 0.09, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 223 | 32 | - |
| CMYK | 0.09 | 0 | 0.86 | 0.13 |
| HSL | 65.97º | 0.75% | 0.5% | - |
| HSV(B) | 65.97º | 0.86% | 0.87% | - |
| XYZ | 51.55 | 65.72 | 11.33 | - |
| YUV | 195.55 | 35.71 | 134.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 223 | 32 | 0.09 | 0 | 0.86 | 0.13 | 65.97 | 0.75 | 0.5 |
| Hex | CC | DF | 20 | 9 | 0 | 56 | D | 42 | 4B | 32 |
| Octal | 314 | 337 | 40 | 11 | 0 | 126 | 15 | 102 | 113 | 62 |
| Binary | 11001100 | 11011111 | 100000 | 1001 | 0 | 1010110 | 1101 | 1000010 | 1001011 | 110010 |
Color Harmonies of #CCDF20
Complementary color
Monochromatic Colors of #CCDF20
Black with #CCDF20
Text Example
Text Example
White with #CCDF20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDF20; }
p { color: rgb(204,223,32); }
H1.HeaderClassName
{
color: #CCDF20;
}
.AnyTagClassName
{
color: #CCDF20;
}
</style>
background-color css
<style>
a { background-color: #CCDF20; }
a { background-color: rgb(204,223,32); }
div.DivClassName
{
background-color: #CCDF20;
}
.BgClassName
{
background-color: #CCDF20;
}
</style>
border-color css
<style>
span { border-color: #CCDF20; }
span { border-color: rgb(204,223,32); }
td.TdClassName
{
border-color: #CCDF20;
}
.TagClassName
{
border-color: #CCDF20;
}
</style>