Shades of Honeysuckle #DDF253
Tints of Honeysuckle #DDF253
RGB
CMYK
RGB Variations
Color information
#DDF253 (or 0xDDF253) is known color: Honeysuckle. HEX triplet: DD, F2 and 53. RGB value is (221,242,83). Sum of RGB (Red+Green+Blue) = 221+242+83=546 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.48% from 546); Green value is 242 (94.92% from 255 or 44.32% from 546); Blue value is 83 (32.81% from 255 or 15.20% from 546); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF253 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF253 is #220DAC. Grayscale: #DADADA. Windows color (decimal): -2231725 or 5501661. OLE color: 5501661.
HSL color Cylindrical-coordinate representation of color #DDF253: hue angle of 67.92º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DDF253 is Cyan = 0.09, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 242 | 83 | - |
| CMYK | 0.09 | 0 | 0.66 | 0.05 |
| HSL | 67.92º | 0.86% | 0.64% | - |
| HSV(B) | 67.92º | 0.66% | 0.95% | - |
| XYZ | 63.13 | 79.5 | 20.2 | - |
| YUV | 217.6 | 52.04 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 242 | 83 | 0.09 | 0 | 0.66 | 0.05 | 67.92 | 0.86 | 0.64 |
| Hex | DD | F2 | 53 | 9 | 0 | 42 | 5 | 44 | 56 | 40 |
| Octal | 335 | 362 | 123 | 11 | 0 | 102 | 5 | 104 | 126 | 100 |
| Binary | 11011101 | 11110010 | 1010011 | 1001 | 0 | 1000010 | 101 | 1000100 | 1010110 | 1000000 |
Color Harmonies of #DDF253
Complementary color
Monochromatic Colors of #DDF253
Black with #DDF253
Text Example
Text Example
White with #DDF253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF253; }
p { color: rgb(221,242,83); }
H1.HeaderClassName
{
color: #DDF253;
}
.AnyTagClassName
{
color: #DDF253;
}
</style>
background-color css
<style>
a { background-color: #DDF253; }
a { background-color: rgb(221,242,83); }
div.DivClassName
{
background-color: #DDF253;
}
.BgClassName
{
background-color: #DDF253;
}
</style>
border-color css
<style>
span { border-color: #DDF253; }
span { border-color: rgb(221,242,83); }
td.TdClassName
{
border-color: #DDF253;
}
.TagClassName
{
border-color: #DDF253;
}
</style>