Shades of Pear #DDFC3C
Tints of Pear #DDFC3C
RGB
CMYK
RGB Variations
Color information
#DDFC3C (or 0xDDFC3C) is known color: Pear. HEX triplet: DD, FC and 3C. RGB value is (221,252,60). Sum of RGB (Red+Green+Blue) = 221+252+60=533 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.46% from 533); Green value is 252 (98.83% from 255 or 47.28% from 533); Blue value is 60 (23.83% from 255 or 11.26% from 533); Max value from RGB is 252 - color contains mainly: green. Hex color #DDFC3C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDFC3C is #2203C3. Grayscale: #DDDDDD. Windows color (decimal): -2229188 or 3996893. OLE color: 3996893.
HSL color Cylindrical-coordinate representation of color #DDFC3C: hue angle of 69.69º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DDFC3C is Cyan = 0.12, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 252 | 60 | - |
| CMYK | 0.12 | 0 | 0.76 | 0.01 |
| HSL | 69.69º | 0.97% | 0.61% | - |
| HSV(B) | 69.69º | 0.76% | 0.99% | - |
| XYZ | 65.44 | 85.32 | 17.29 | - |
| YUV | 220.84 | 37.23 | 128.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 252 | 60 | 0.12 | 0 | 0.76 | 0.01 | 69.69 | 0.97 | 0.61 |
| Hex | DD | FC | 3C | C | 0 | 4C | 1 | 46 | 61 | 3D |
| Octal | 335 | 374 | 74 | 14 | 0 | 114 | 1 | 106 | 141 | 75 |
| Binary | 11011101 | 11111100 | 111100 | 1100 | 0 | 1001100 | 1 | 1000110 | 1100001 | 111101 |
Color Harmonies of #DDFC3C
Complementary color
Monochromatic Colors of #DDFC3C
Black with #DDFC3C
Text Example
Text Example
White with #DDFC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFC3C; }
p { color: rgb(221,252,60); }
H1.HeaderClassName
{
color: #DDFC3C;
}
.AnyTagClassName
{
color: #DDFC3C;
}
</style>
background-color css
<style>
a { background-color: #DDFC3C; }
a { background-color: rgb(221,252,60); }
div.DivClassName
{
background-color: #DDFC3C;
}
.BgClassName
{
background-color: #DDFC3C;
}
</style>
border-color css
<style>
span { border-color: #DDFC3C; }
span { border-color: rgb(221,252,60); }
td.TdClassName
{
border-color: #DDFC3C;
}
.TagClassName
{
border-color: #DDFC3C;
}
</style>