Shades of Pear #DDFC30
Tints of Pear #DDFC30
RGB
CMYK
RGB Variations
Color information
#DDFC30 (or 0xDDFC30) is known color: Pear. HEX triplet: DD, FC and 30. RGB value is (221,252,48). Sum of RGB (Red+Green+Blue) = 221+252+48=521 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.42% from 521); Green value is 252 (98.83% from 255 or 48.37% from 521); Blue value is 48 (19.14% from 255 or 9.21% from 521); Max value from RGB is 252 - color contains mainly: green. Hex color #DDFC30 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDFC30 is #2203CF. Grayscale: #DCDCDC. Windows color (decimal): -2229200 or 3210461. OLE color: 3210461.
HSL color Cylindrical-coordinate representation of color #DDFC30: hue angle of 69.12º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DDFC30 is Cyan = 0.12, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 252 | 48 | - |
| CMYK | 0.12 | 0 | 0.81 | 0.01 |
| HSL | 69.12º | 0.97% | 0.59% | - |
| HSV(B) | 69.12º | 0.81% | 0.99% | - |
| XYZ | 65.16 | 85.21 | 15.81 | - |
| YUV | 219.48 | 31.23 | 129.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 252 | 48 | 0.12 | 0 | 0.81 | 0.01 | 69.12 | 0.97 | 0.59 |
| Hex | DD | FC | 30 | C | 0 | 51 | 1 | 45 | 61 | 3B |
| Octal | 335 | 374 | 60 | 14 | 0 | 121 | 1 | 105 | 141 | 73 |
| Binary | 11011101 | 11111100 | 110000 | 1100 | 0 | 1010001 | 1 | 1000101 | 1100001 | 111011 |
Color Harmonies of #DDFC30
Complementary color
Monochromatic Colors of #DDFC30
Black with #DDFC30
Text Example
Text Example
White with #DDFC30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFC30; }
p { color: rgb(221,252,48); }
H1.HeaderClassName
{
color: #DDFC30;
}
.AnyTagClassName
{
color: #DDFC30;
}
</style>
background-color css
<style>
a { background-color: #DDFC30; }
a { background-color: rgb(221,252,48); }
div.DivClassName
{
background-color: #DDFC30;
}
.BgClassName
{
background-color: #DDFC30;
}
</style>
border-color css
<style>
span { border-color: #DDFC30; }
span { border-color: rgb(221,252,48); }
td.TdClassName
{
border-color: #DDFC30;
}
.TagClassName
{
border-color: #DDFC30;
}
</style>