Html Css Color HEX #DDFA50 Honeysuckle

📋 copy color: '#DDFA50'

red 221 ◦ green 250 ◦ blue 80

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

Shades of Honeysuckle #DDFA50

Tints of Honeysuckle #DDFA50

RGB

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

 GREEN value IS 250 (98.05% from 255) = 45.37%

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

R = 40.11%
G = 45.37%
B = 14.52%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#DDFA50 (or 0xDDFA50) is known color: Honeysuckle. HEX triplet: DD, FA and 50. RGB value is (221,250,80). Sum of RGB (Red+Green+Blue) = 221+250+80=551 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.11% from 551); Green value is 250 (98.05% from 255 or 45.37% from 551); Blue value is 80 (31.64% from 255 or 14.52% from 551); Max value from RGB is 250 - color contains mainly: green. Hex color #DDFA50 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDFA50 is #2205AF. Grayscale: #DEDEDE. Windows color (decimal): -2229680 or 5307101. OLE color: 5307101.

HSL color Cylindrical-coordinate representation of color #DDFA50: hue angle of 70.24º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DDFA50 is Cyan = 0.12, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.02.

Color convert

RGB 221 250 80 -
CMYK 0.12 0 0.68 0.02
HSL 70.24º 0.94% 0.65% -
HSV(B) 70.24º 0.68% 0.98% -
XYZ 65.45 84.32 20.42 -
YUV 221.95 47.89 127.32 -
System Red Green Blue C M Y K H S L
Decimal 221 250 80 0.12 0 0.68 0.02 70.24 0.94 0.65
Hex DD FA 50 C 0 44 2 46 5E 41
Octal 335 372 120 14 0 104 2 106 136 101
Binary 11011101 11111010 1010000 1100 0 1000100 10 1000110 1011110 1000001

Color Harmonies of #DDFA50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFA50

Black with #DDFA50

Text Example


Text Example

White with #DDFA50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFA50; }

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

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

background-color css

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

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

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

border-color css

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

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

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