Shades of Honeysuckle #DDF74B
Tints of Honeysuckle #DDF74B
RGB
CMYK
RGB Variations
Color information
#DDF74B (or 0xDDF74B) is known color: Honeysuckle. HEX triplet: DD, F7 and 4B. RGB value is (221,247,75). Sum of RGB (Red+Green+Blue) = 221+247+75=543 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.70% from 543); Green value is 247 (96.88% from 255 or 45.49% from 543); Blue value is 75 (29.69% from 255 or 13.81% from 543); Max value from RGB is 247 - color contains mainly: green. Hex color #DDF74B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF74B is #2208B4. Grayscale: #DCDCDC. Windows color (decimal): -2230453 or 4978653. OLE color: 4978653.
HSL color Cylindrical-coordinate representation of color #DDF74B: hue angle of 69.07º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DDF74B is Cyan = 0.11, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 221 | 247 | 75 | - |
| CMYK | 0.11 | 0 | 0.70 | 0.03 |
| HSL | 69.07º | 0.91% | 0.63% | - |
| HSV(B) | 69.07º | 0.7% | 0.97% | - |
| XYZ | 64.35 | 82.4 | 19.17 | - |
| YUV | 219.62 | 46.39 | 128.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 247 | 75 | 0.11 | 0 | 0.70 | 0.03 | 69.07 | 0.91 | 0.63 |
| Hex | DD | F7 | 4B | B | 0 | 46 | 3 | 45 | 5B | 3F |
| Octal | 335 | 367 | 113 | 13 | 0 | 106 | 3 | 105 | 133 | 77 |
| Binary | 11011101 | 11110111 | 1001011 | 1011 | 0 | 1000110 | 11 | 1000101 | 1011011 | 111111 |
Color Harmonies of #DDF74B
Complementary color
Monochromatic Colors of #DDF74B
Black with #DDF74B
Text Example
Text Example
White with #DDF74B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF74B; }
p { color: rgb(221,247,75); }
H1.HeaderClassName
{
color: #DDF74B;
}
.AnyTagClassName
{
color: #DDF74B;
}
</style>
background-color css
<style>
a { background-color: #DDF74B; }
a { background-color: rgb(221,247,75); }
div.DivClassName
{
background-color: #DDF74B;
}
.BgClassName
{
background-color: #DDF74B;
}
</style>
border-color css
<style>
span { border-color: #DDF74B; }
span { border-color: rgb(221,247,75); }
td.TdClassName
{
border-color: #DDF74B;
}
.TagClassName
{
border-color: #DDF74B;
}
</style>