#DDF35B

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

Shades of Honeysuckle #DDF35B

Tints of Honeysuckle #DDF35B

Color information

#DDF35B (or 0xDDF35B) is unknown color: approx Honeysuckle. HEX triplet: DD, F3 and 5B. RGB value is (221,243,91). Sum of RGB (Red+Green+Blue) = 221+243+91=555 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.82% from 555); Green value is 243 (95.31% from 255 or 43.78% from 555); Blue value is 91 (35.94% from 255 or 16.40% from 555); Max value from RGB is 243 - color contains mainly: green. Hex color #DDF35B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF35B is #220CA4. Grayscale: #DBDBDB. Windows color (decimal): -2231461 or 6026205. OLE color: 6026205.

HSL color Cylindrical-coordinate representation of color #DDF35B: hue angle of 68.68º 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 #DDF35B is Cyan = 0.09, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.05.

Color convert

RGB22124391-
CMYK0.0900.630.05
HSL68.68º86.36%65.49%-
HSV(B)68.68º62.55%95.29%-
XYZ63.7680.2322.02-
YUV219.0955.71129.36-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.82%
GREEN value IS 243 (95.31% from 255) = 43.78%
BLUE value IS 91 (35.94% from 255) = 16.40%
R=39.82%
G=43.78%
B=16.40%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal221243910.0900.630.0568.6886.3665.49
HexDDF35B903F5455641
Octal335363133110775105126101
Binary1101110111110011101101110010111111101100010110101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF35B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF35B; }

 p { color: rgb(221,243,91); }

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

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

 a { background-color: rgb(221,243,91); }

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

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

 span { border-color: rgb(221,243,91); }

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