#DDF94B

Color #DDF94B Honeysuckle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Honeysuckle #DDF94B

Tints of Honeysuckle #DDF94B

Color information

#DDF94B (or 0xDDF94B) is unknown color: approx Honeysuckle. HEX triplet: DD, F9 and 4B. RGB value is (221,249,75). Sum of RGB (Red+Green+Blue) = 221+249+75=545 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.55% from 545); Green value is 249 (97.66% from 255 or 45.69% from 545); Blue value is 75 (29.69% from 255 or 13.76% from 545); Max value from RGB is 249 - color contains mainly: green. Hex color #DDF94B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF94B is #2206B4. Grayscale: #DDDDDD. Windows color (decimal): -2229941 or 4979165. OLE color: 4979165.

HSL color Cylindrical-coordinate representation of color #DDF94B: hue angle of 69.66º degrees, saturation: 0.94, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DDF94B is Cyan = 0.11, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.02.

Color convert

RGB22124975-
CMYK0.1100.700.02
HSL69.66º93.55%63.53%-
HSV(B)69.66º69.88%97.65%-
XYZ64.9683.6319.38-
YUV220.7945.72128.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 221 (86.72% from 255) = 40.55%
GREEN value IS 249 (97.66% from 255) = 45.69%
BLUE value IS 75 (29.69% from 255) = 13.76%
R=40.55%
G=45.69%
B=13.76%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal221249750.1100.700.0269.6693.5563.53
HexDDF94BB0462465e40
Octal3353711131301062106136100
Binary1101110111111001100101110110100011010100011010111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF94B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF94B; }

 p { color: rgb(221,249,75); }

 H1.HeaderClassName
 {
   color: #DDF94B;
 }
 .AnyTagClassName
 {
   color: #DDF94B;
 }
</style>
background-color css

<style>
 a { background-color: #DDF94B; }

 a { background-color: rgb(221,249,75); }

 div.DivClassName
 {
   background-color: #DDF94B;
 }
 .BgClassName
 {
   background-color: #DDF94B;
 }
</style>
border-color css

<style>
 span { border-color: #DDF94B; }

 span { border-color: rgb(221,249,75); }

 td.TdClassName
 {
   border-color: #DDF94B;
 }
 .TagClassName
 {
   border-color: #DDF94B;
 }
</style>