Shades of Pear #CCDF21
Tints of Pear #CCDF21
RGB
CMYK
RGB Variations
Color information
#CCDF21 (or 0xCCDF21) is known color: Pear. HEX triplet: CC, DF and 21. RGB value is (204,223,33). Sum of RGB (Red+Green+Blue) = 204+223+33=460 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.35% from 460); Green value is 223 (87.5% from 255 or 48.48% from 460); Blue value is 33 (13.28% from 255 or 7.17% from 460); Max value from RGB is 223 - color contains mainly: green. Hex color #CCDF21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDF21 is #3320DE. Grayscale: #C4C4C4. Windows color (decimal): -3350751 or 2219980. OLE color: 2219980.
HSL color Cylindrical-coordinate representation of color #CCDF21: hue angle of 66º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CCDF21 is Cyan = 0.09, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 223 | 33 | - |
| CMYK | 0.09 | 0 | 0.85 | 0.13 |
| HSL | 66º | 0.75% | 0.5% | - |
| HSV(B) | 66º | 0.85% | 0.87% | - |
| XYZ | 51.56 | 65.72 | 11.41 | - |
| YUV | 195.66 | 36.21 | 133.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 223 | 33 | 0.09 | 0 | 0.85 | 0.13 | 66 | 0.75 | 0.5 |
| Hex | CC | DF | 21 | 9 | 0 | 55 | D | 42 | 4B | 32 |
| Octal | 314 | 337 | 41 | 11 | 0 | 125 | 15 | 102 | 113 | 62 |
| Binary | 11001100 | 11011111 | 100001 | 1001 | 0 | 1010101 | 1101 | 1000010 | 1001011 | 110010 |
Color Harmonies of #CCDF21
Complementary color
Monochromatic Colors of #CCDF21
Black with #CCDF21
Text Example
Text Example
White with #CCDF21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDF21; }
p { color: rgb(204,223,33); }
H1.HeaderClassName
{
color: #CCDF21;
}
.AnyTagClassName
{
color: #CCDF21;
}
</style>
background-color css
<style>
a { background-color: #CCDF21; }
a { background-color: rgb(204,223,33); }
div.DivClassName
{
background-color: #CCDF21;
}
.BgClassName
{
background-color: #CCDF21;
}
</style>
border-color css
<style>
span { border-color: #CCDF21; }
span { border-color: rgb(204,223,33); }
td.TdClassName
{
border-color: #CCDF21;
}
.TagClassName
{
border-color: #CCDF21;
}
</style>