Html Css Color HEX #DDF155 Honeysuckle

📋 copy color: '#DDF155'

red 221 ◦ green 241 ◦ blue 85

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

Shades of Honeysuckle #DDF155

Tints of Honeysuckle #DDF155

RGB

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

 GREEN value IS 241 (94.53% from 255) = 44.06%

 BLUE value IS 85 (33.59% from 255) = 15.54%

R = 40.4%
G = 44.06%
B = 15.54%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.65

 K value IS 0.05

RGB Variations

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

Color information

#DDF155 (or 0xDDF155) is known color: Honeysuckle. HEX triplet: DD, F1 and 55. RGB value is (221,241,85). Sum of RGB (Red+Green+Blue) = 221+241+85=547 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.40% from 547); Green value is 241 (94.53% from 255 or 44.06% from 547); Blue value is 85 (33.59% from 255 or 15.54% from 547); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF155 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF155 is #220EAA. Grayscale: #D9D9D9. Windows color (decimal): -2231979 or 5632477. OLE color: 5632477.

HSL color Cylindrical-coordinate representation of color #DDF155: hue angle of 67.69º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DDF155 is Cyan = 0.08, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.

Color convert

RGB 221 241 85 -
CMYK 0.08 0 0.65 0.05
HSL 67.69º 0.85% 0.64% -
HSV(B) 67.69º 0.65% 0.95% -
XYZ 62.91 78.94 20.52 -
YUV 217.24 53.37 130.68 -
System Red Green Blue C M Y K H S L
Decimal 221 241 85 0.08 0 0.65 0.05 67.69 0.85 0.64
Hex DD F1 55 8 0 41 5 44 55 40
Octal 335 361 125 10 0 101 5 104 125 100
Binary 11011101 11110001 1010101 1000 0 1000001 101 1000100 1010101 1000000

Color Harmonies of #DDF155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF155

Black with #DDF155

Text Example


Text Example

White with #DDF155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF155; }

 p { color: rgb(221,241,85); }

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

background-color css

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

 a { background-color: rgb(221,241,85); }

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

border-color css

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

 span { border-color: rgb(221,241,85); }

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