Shades of Pear #DDFC24
Tints of Pear #DDFC24
RGB
CMYK
RGB Variations
Color information
#DDFC24 (or 0xDDFC24) is known color: Pear. HEX triplet: DD, FC and 24. RGB value is (221,252,36). Sum of RGB (Red+Green+Blue) = 221+252+36=509 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.42% from 509); Green value is 252 (98.83% from 255 or 49.51% from 509); Blue value is 36 (14.45% from 255 or 7.07% from 509); Max value from RGB is 252 - color contains mainly: green. Hex color #DDFC24 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDFC24 is #2203DB. Grayscale: #DADADA. Windows color (decimal): -2229212 or 2424029. OLE color: 2424029.
HSL color Cylindrical-coordinate representation of color #DDFC24: hue angle of 68.61º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DDFC24 is Cyan = 0.12, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 252 | 36 | - |
| CMYK | 0.12 | 0 | 0.86 | 0.01 |
| HSL | 68.61º | 0.97% | 0.56% | - |
| HSV(B) | 68.61º | 0.86% | 0.99% | - |
| XYZ | 64.95 | 85.12 | 14.68 | - |
| YUV | 218.11 | 25.23 | 130.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 252 | 36 | 0.12 | 0 | 0.86 | 0.01 | 68.61 | 0.97 | 0.56 |
| Hex | DD | FC | 24 | C | 0 | 56 | 1 | 45 | 61 | 38 |
| Octal | 335 | 374 | 44 | 14 | 0 | 126 | 1 | 105 | 141 | 70 |
| Binary | 11011101 | 11111100 | 100100 | 1100 | 0 | 1010110 | 1 | 1000101 | 1100001 | 111000 |
Color Harmonies of #DDFC24
Complementary color
Monochromatic Colors of #DDFC24
Black with #DDFC24
Text Example
Text Example
White with #DDFC24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFC24; }
p { color: rgb(221,252,36); }
H1.HeaderClassName
{
color: #DDFC24;
}
.AnyTagClassName
{
color: #DDFC24;
}
</style>
background-color css
<style>
a { background-color: #DDFC24; }
a { background-color: rgb(221,252,36); }
div.DivClassName
{
background-color: #DDFC24;
}
.BgClassName
{
background-color: #DDFC24;
}
</style>
border-color css
<style>
span { border-color: #DDFC24; }
span { border-color: rgb(221,252,36); }
td.TdClassName
{
border-color: #DDFC24;
}
.TagClassName
{
border-color: #DDFC24;
}
</style>