Shades of Pear #DDF930
Tints of Pear #DDF930
RGB
CMYK
RGB Variations
Color information
#DDF930 (or 0xDDF930) is known color: Pear. HEX triplet: DD, F9 and 30. RGB value is (221,249,48). Sum of RGB (Red+Green+Blue) = 221+249+48=518 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.66% from 518); Green value is 249 (97.66% from 255 or 48.07% from 518); Blue value is 48 (19.14% from 255 or 9.27% from 518); Max value from RGB is 249 - color contains mainly: green. Hex color #DDF930 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF930 is #2206CF. Grayscale: #DADADA. Windows color (decimal): -2229968 or 3209693. OLE color: 3209693.
HSL color Cylindrical-coordinate representation of color #DDF930: hue angle of 68.36º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DDF930 is Cyan = 0.11, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 249 | 48 | - |
| CMYK | 0.11 | 0 | 0.81 | 0.02 |
| HSL | 68.36º | 0.94% | 0.58% | - |
| HSV(B) | 68.36º | 0.81% | 0.98% | - |
| XYZ | 64.23 | 83.34 | 15.5 | - |
| YUV | 217.71 | 32.22 | 130.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 249 | 48 | 0.11 | 0 | 0.81 | 0.02 | 68.36 | 0.94 | 0.58 |
| Hex | DD | F9 | 30 | B | 0 | 51 | 2 | 44 | 5E | 3A |
| Octal | 335 | 371 | 60 | 13 | 0 | 121 | 2 | 104 | 136 | 72 |
| Binary | 11011101 | 11111001 | 110000 | 1011 | 0 | 1010001 | 10 | 1000100 | 1011110 | 111010 |
Color Harmonies of #DDF930
Complementary color
Monochromatic Colors of #DDF930
Black with #DDF930
Text Example
Text Example
White with #DDF930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF930; }
p { color: rgb(221,249,48); }
H1.HeaderClassName
{
color: #DDF930;
}
.AnyTagClassName
{
color: #DDF930;
}
</style>
background-color css
<style>
a { background-color: #DDF930; }
a { background-color: rgb(221,249,48); }
div.DivClassName
{
background-color: #DDF930;
}
.BgClassName
{
background-color: #DDF930;
}
</style>
border-color css
<style>
span { border-color: #DDF930; }
span { border-color: rgb(221,249,48); }
td.TdClassName
{
border-color: #DDF930;
}
.TagClassName
{
border-color: #DDF930;
}
</style>