Html Css Color HEX #DDF55F Honeysuckle

📋 copy color: '#DDF55F'

red 221 ◦ green 245 ◦ blue 95

#DDF55F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Honeysuckle #DDF55F

Tints of Honeysuckle #DDF55F

RGB

 RED value IS 221 (86.72% from 255) = 39.39%

 GREEN value IS 245 (96.09% from 255) = 43.67%

 BLUE value IS 95 (37.5% from 255) = 16.93%

R = 39.39%
G = 43.67%
B = 16.93%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.61

 K value IS 0.04

RGB Variations

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

Color information

#DDF55F (or 0xDDF55F) is known color: Honeysuckle. HEX triplet: DD, F5 and 5F. RGB value is (221,245,95). Sum of RGB (Red+Green+Blue) = 221+245+95=561 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.39% from 561); Green value is 245 (96.09% from 255 or 43.67% from 561); Blue value is 95 (37.5% from 255 or 16.93% from 561); Max value from RGB is 245 - color contains mainly: green. Hex color #DDF55F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF55F is #220AA0. Grayscale: #DDDDDD. Windows color (decimal): -2230945 or 6288861. OLE color: 6288861.

HSL color Cylindrical-coordinate representation of color #DDF55F: hue angle of 69.6º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DDF55F is Cyan = 0.10, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.

Color convert

RGB 221 245 95 -
CMYK 0.10 0 0.61 0.04
HSL 69.6º 0.88% 0.67% -
HSV(B) 69.6º 0.61% 0.96% -
XYZ 64.54 81.5 23.16 -
YUV 220.72 57.05 128.2 -
System Red Green Blue C M Y K H S L
Decimal 221 245 95 0.10 0 0.61 0.04 69.6 0.88 0.67
Hex DD F5 5F A 0 3D 4 46 58 43
Octal 335 365 137 12 0 75 4 106 130 103
Binary 11011101 11110101 1011111 1010 0 111101 100 1000110 1011000 1000011

Color Harmonies of #DDF55F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF55F

Black with #DDF55F

Text Example


Text Example

White with #DDF55F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF55F; }

 p { color: rgb(221,245,95); }

 H1.HeaderClassName
 {
   color: #DDF55F;
 }
 .AnyTagClassName
 {
   color: #DDF55F;
 }
</style>

background-color css

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

 a { background-color: rgb(221,245,95); }

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

border-color css

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

 span { border-color: rgb(221,245,95); }

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