Shades of Honeysuckle #DDF85A
Tints of Honeysuckle #DDF85A
RGB
CMYK
RGB Variations
Color information
#DDF85A (or 0xDDF85A) is known color: Honeysuckle. HEX triplet: DD, F8 and 5A. RGB value is (221,248,90). Sum of RGB (Red+Green+Blue) = 221+248+90=559 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.53% from 559); Green value is 248 (97.27% from 255 or 44.36% from 559); Blue value is 90 (35.55% from 255 or 16.10% from 559); Max value from RGB is 248 - color contains mainly: green. Hex color #DDF85A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF85A is #2207A5. Grayscale: #DEDEDE. Windows color (decimal): -2230182 or 5961949. OLE color: 5961949.
HSL color Cylindrical-coordinate representation of color #DDF85A: hue angle of 70.25º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DDF85A is Cyan = 0.11, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 221 | 248 | 90 | - |
| CMYK | 0.11 | 0 | 0.64 | 0.03 |
| HSL | 70.25º | 0.92% | 0.66% | - |
| HSV(B) | 70.25º | 0.64% | 0.97% | - |
| XYZ | 65.23 | 83.25 | 22.3 | - |
| YUV | 221.92 | 53.55 | 127.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 248 | 90 | 0.11 | 0 | 0.64 | 0.03 | 70.25 | 0.92 | 0.66 |
| Hex | DD | F8 | 5A | B | 0 | 40 | 3 | 46 | 5C | 42 |
| Octal | 335 | 370 | 132 | 13 | 0 | 100 | 3 | 106 | 134 | 102 |
| Binary | 11011101 | 11111000 | 1011010 | 1011 | 0 | 1000000 | 11 | 1000110 | 1011100 | 1000010 |
Color Harmonies of #DDF85A
Complementary color
Monochromatic Colors of #DDF85A
Black with #DDF85A
Text Example
Text Example
White with #DDF85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF85A; }
p { color: rgb(221,248,90); }
H1.HeaderClassName
{
color: #DDF85A;
}
.AnyTagClassName
{
color: #DDF85A;
}
</style>
background-color css
<style>
a { background-color: #DDF85A; }
a { background-color: rgb(221,248,90); }
div.DivClassName
{
background-color: #DDF85A;
}
.BgClassName
{
background-color: #DDF85A;
}
</style>
border-color css
<style>
span { border-color: #DDF85A; }
span { border-color: rgb(221,248,90); }
td.TdClassName
{
border-color: #DDF85A;
}
.TagClassName
{
border-color: #DDF85A;
}
</style>