Html Css Color HEX #DDEF5F Honeysuckle

📋 copy color: '#DDEF5F'

red 221 ◦ green 239 ◦ blue 95

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

Shades of Honeysuckle #DDEF5F

Tints of Honeysuckle #DDEF5F

RGB

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

 GREEN value IS 239 (93.75% from 255) = 43.06%

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

R = 39.82%
G = 43.06%
B = 17.12%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.60

 K value IS 0.06

RGB Variations

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

Color information

#DDEF5F (or 0xDDEF5F) is known color: Honeysuckle. HEX triplet: DD, EF and 5F. RGB value is (221,239,95). Sum of RGB (Red+Green+Blue) = 221+239+95=555 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.82% from 555); Green value is 239 (93.75% from 255 or 43.06% from 555); Blue value is 95 (37.5% from 255 or 17.12% from 555); Max value from RGB is 239 - color contains mainly: green. Hex color #DDEF5F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDEF5F is #2210A0. Grayscale: #D9D9D9. Windows color (decimal): -2232481 or 6287325. OLE color: 6287325.

HSL color Cylindrical-coordinate representation of color #DDEF5F: hue angle of 67.5º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DDEF5F is Cyan = 0.08, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.06.

Color convert

RGB 221 239 95 -
CMYK 0.08 0 0.60 0.06
HSL 67.5º 0.82% 0.65% -
HSV(B) 67.5º 0.6% 0.94% -
XYZ 62.75 77.93 22.56 -
YUV 217.2 59.04 130.71 -
System Red Green Blue C M Y K H S L
Decimal 221 239 95 0.08 0 0.60 0.06 67.5 0.82 0.65
Hex DD EF 5F 8 0 3C 6 44 52 41
Octal 335 357 137 10 0 74 6 104 122 101
Binary 11011101 11101111 1011111 1000 0 111100 110 1000100 1010010 1000001

Color Harmonies of #DDEF5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEF5F

Black with #DDEF5F

Text Example


Text Example

White with #DDEF5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEF5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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