Shades of Honeysuckle #DDF95A
Tints of Honeysuckle #DDF95A
RGB
CMYK
RGB Variations
Color information
#DDF95A (or 0xDDF95A) is known color: Honeysuckle. HEX triplet: DD, F9 and 5A. RGB value is (221,249,90). Sum of RGB (Red+Green+Blue) = 221+249+90=560 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.46% from 560); Green value is 249 (97.66% from 255 or 44.46% from 560); Blue value is 90 (35.55% from 255 or 16.07% from 560); Max value from RGB is 249 - color contains mainly: green. Hex color #DDF95A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF95A is #2206A5. Grayscale: #DFDFDF. Windows color (decimal): -2229926 or 5962205. OLE color: 5962205.
HSL color Cylindrical-coordinate representation of color #DDF95A: hue angle of 70.57º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DDF95A is Cyan = 0.11, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 249 | 90 | - |
| CMYK | 0.11 | 0 | 0.64 | 0.02 |
| HSL | 70.57º | 0.93% | 0.66% | - |
| HSV(B) | 70.57º | 0.64% | 0.98% | - |
| XYZ | 65.54 | 83.86 | 22.41 | - |
| YUV | 222.5 | 53.22 | 126.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 249 | 90 | 0.11 | 0 | 0.64 | 0.02 | 70.57 | 0.93 | 0.66 |
| Hex | DD | F9 | 5A | B | 0 | 40 | 2 | 47 | 5D | 42 |
| Octal | 335 | 371 | 132 | 13 | 0 | 100 | 2 | 107 | 135 | 102 |
| Binary | 11011101 | 11111001 | 1011010 | 1011 | 0 | 1000000 | 10 | 1000111 | 1011101 | 1000010 |
Color Harmonies of #DDF95A
Complementary color
Monochromatic Colors of #DDF95A
Black with #DDF95A
Text Example
Text Example
White with #DDF95A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF95A; }
p { color: rgb(221,249,90); }
H1.HeaderClassName
{
color: #DDF95A;
}
.AnyTagClassName
{
color: #DDF95A;
}
</style>
background-color css
<style>
a { background-color: #DDF95A; }
a { background-color: rgb(221,249,90); }
div.DivClassName
{
background-color: #DDF95A;
}
.BgClassName
{
background-color: #DDF95A;
}
</style>
border-color css
<style>
span { border-color: #DDF95A; }
span { border-color: rgb(221,249,90); }
td.TdClassName
{
border-color: #DDF95A;
}
.TagClassName
{
border-color: #DDF95A;
}
</style>