Shades of Pear #DDFE30
Tints of Pear #DDFE30
RGB
CMYK
RGB Variations
Color information
#DDFE30 (or 0xDDFE30) is known color: Pear. HEX triplet: DD, FE and 30. RGB value is (221,254,48). Sum of RGB (Red+Green+Blue) = 221+254+48=523 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.26% from 523); Green value is 254 (99.61% from 255 or 48.57% from 523); Blue value is 48 (19.14% from 255 or 9.18% from 523); Max value from RGB is 254 - color contains mainly: green. Hex color #DDFE30 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDFE30 is #2201CF. Grayscale: #DDDDDD. Windows color (decimal): -2228688 or 3210973. OLE color: 3210973.
HSL color Cylindrical-coordinate representation of color #DDFE30: hue angle of 69.61º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DDFE30 is Cyan = 0.13, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 254 | 48 | - |
| CMYK | 0.13 | 0 | 0.81 | 0.00 |
| HSL | 69.61º | 0.99% | 0.59% | - |
| HSV(B) | 69.61º | 0.81% | 1% | - |
| XYZ | 65.79 | 86.47 | 16.02 | - |
| YUV | 220.65 | 30.57 | 128.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 254 | 48 | 0.13 | 0 | 0.81 | 0.00 | 69.61 | 0.99 | 0.59 |
| Hex | DD | FE | 30 | D | 0 | 51 | 0 | 46 | 63 | 3B |
| Octal | 335 | 376 | 60 | 15 | 0 | 121 | 0 | 106 | 143 | 73 |
| Binary | 11011101 | 11111110 | 110000 | 1101 | 0 | 1010001 | 0 | 1000110 | 1100011 | 111011 |
Color Harmonies of #DDFE30
Complementary color
Monochromatic Colors of #DDFE30
Black with #DDFE30
Text Example
Text Example
White with #DDFE30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFE30; }
p { color: rgb(221,254,48); }
H1.HeaderClassName
{
color: #DDFE30;
}
.AnyTagClassName
{
color: #DDFE30;
}
</style>
background-color css
<style>
a { background-color: #DDFE30; }
a { background-color: rgb(221,254,48); }
div.DivClassName
{
background-color: #DDFE30;
}
.BgClassName
{
background-color: #DDFE30;
}
</style>
border-color css
<style>
span { border-color: #DDFE30; }
span { border-color: rgb(221,254,48); }
td.TdClassName
{
border-color: #DDFE30;
}
.TagClassName
{
border-color: #DDFE30;
}
</style>