Html Css Color HEX #DDF650 Honeysuckle

📋 copy color: '#DDF650'

red 221 ◦ green 246 ◦ blue 80

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

Shades of Honeysuckle #DDF650

Tints of Honeysuckle #DDF650

RGB

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

 GREEN value IS 246 (96.48% from 255) = 44.97%

 BLUE value IS 80 (31.64% from 255) = 14.63%

R = 40.4%
G = 44.97%
B = 14.63%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.67

 K value IS 0.04

RGB Variations

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

Color information

#DDF650 (or 0xDDF650) is known color: Honeysuckle. HEX triplet: DD, F6 and 50. RGB value is (221,246,80). Sum of RGB (Red+Green+Blue) = 221+246+80=547 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.40% from 547); Green value is 246 (96.48% from 255 or 44.97% from 547); Blue value is 80 (31.64% from 255 or 14.63% from 547); Max value from RGB is 246 - color contains mainly: green. Hex color #DDF650 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF650 is #2209AF. Grayscale: #DCDCDC. Windows color (decimal): -2230704 or 5306077. OLE color: 5306077.

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

Color convert

RGB 221 246 80 -
CMYK 0.10 0 0.67 0.04
HSL 69.04º 0.9% 0.64% -
HSV(B) 69.04º 0.67% 0.96% -
XYZ 64.22 81.86 20.01 -
YUV 219.6 49.22 129 -
System Red Green Blue C M Y K H S L
Decimal 221 246 80 0.10 0 0.67 0.04 69.04 0.9 0.64
Hex DD F6 50 A 0 43 4 45 5A 40
Octal 335 366 120 12 0 103 4 105 132 100
Binary 11011101 11110110 1010000 1010 0 1000011 100 1000101 1011010 1000000

Color Harmonies of #DDF650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF650

Black with #DDF650

Text Example


Text Example

White with #DDF650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF650; }

 p { color: rgb(221,246,80); }

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

background-color css

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

 a { background-color: rgb(221,246,80); }

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

border-color css

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

 span { border-color: rgb(221,246,80); }

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