Shades of Honeysuckle #DDF35A
Tints of Honeysuckle #DDF35A
RGB
CMYK
RGB Variations
Color information
#DDF35A (or 0xDDF35A) is known color: Honeysuckle. HEX triplet: DD, F3 and 5A. RGB value is (221,243,90). Sum of RGB (Red+Green+Blue) = 221+243+90=554 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.89% from 554); Green value is 243 (95.31% from 255 or 43.86% from 554); Blue value is 90 (35.55% from 255 or 16.25% from 554); Max value from RGB is 243 - color contains mainly: green. Hex color #DDF35A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF35A is #220CA5. Grayscale: #DBDBDB. Windows color (decimal): -2231462 or 5960669. OLE color: 5960669.
HSL color Cylindrical-coordinate representation of color #DDF35A: hue angle of 68.63º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DDF35A is Cyan = 0.09, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 243 | 90 | - |
| CMYK | 0.09 | 0 | 0.63 | 0.05 |
| HSL | 68.63º | 0.86% | 0.65% | - |
| HSV(B) | 68.63º | 0.63% | 0.95% | - |
| XYZ | 63.71 | 80.21 | 21.8 | - |
| YUV | 218.98 | 55.21 | 129.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 243 | 90 | 0.09 | 0 | 0.63 | 0.05 | 68.63 | 0.86 | 0.65 |
| Hex | DD | F3 | 5A | 9 | 0 | 3F | 5 | 45 | 56 | 41 |
| Octal | 335 | 363 | 132 | 11 | 0 | 77 | 5 | 105 | 126 | 101 |
| Binary | 11011101 | 11110011 | 1011010 | 1001 | 0 | 111111 | 101 | 1000101 | 1010110 | 1000001 |
Color Harmonies of #DDF35A
Complementary color
Monochromatic Colors of #DDF35A
Black with #DDF35A
Text Example
Text Example
White with #DDF35A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF35A; }
p { color: rgb(221,243,90); }
H1.HeaderClassName
{
color: #DDF35A;
}
.AnyTagClassName
{
color: #DDF35A;
}
</style>
background-color css
<style>
a { background-color: #DDF35A; }
a { background-color: rgb(221,243,90); }
div.DivClassName
{
background-color: #DDF35A;
}
.BgClassName
{
background-color: #DDF35A;
}
</style>
border-color css
<style>
span { border-color: #DDF35A; }
span { border-color: rgb(221,243,90); }
td.TdClassName
{
border-color: #DDF35A;
}
.TagClassName
{
border-color: #DDF35A;
}
</style>