Html Css Color HEX #DDFD50 Honeysuckle

📋 copy color: '#DDFD50'

red 221 ◦ green 253 ◦ blue 80

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

Shades of Honeysuckle #DDFD50

Tints of Honeysuckle #DDFD50

RGB

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

 GREEN value IS 253 (99.22% from 255) = 45.67%

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

R = 39.89%
G = 45.67%
B = 14.44%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#DDFD50 (or 0xDDFD50) is known color: Honeysuckle. HEX triplet: DD, FD and 50. RGB value is (221,253,80). Sum of RGB (Red+Green+Blue) = 221+253+80=554 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.89% from 554); Green value is 253 (99.22% from 255 or 45.67% from 554); Blue value is 80 (31.64% from 255 or 14.44% from 554); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFD50 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDFD50 is #2202AF. Grayscale: #E0E0E0. Windows color (decimal): -2228912 or 5307869. OLE color: 5307869.

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

Color convert

RGB 221 253 80 -
CMYK 0.13 0 0.68 0.01
HSL 71.1º 0.98% 0.65% -
HSV(B) 71.1º 0.68% 0.99% -
XYZ 66.39 86.2 20.73 -
YUV 223.71 46.9 126.07 -
System Red Green Blue C M Y K H S L
Decimal 221 253 80 0.13 0 0.68 0.01 71.1 0.98 0.65
Hex DD FD 50 D 0 44 1 47 62 41
Octal 335 375 120 15 0 104 1 107 142 101
Binary 11011101 11111101 1010000 1101 0 1000100 1 1000111 1100010 1000001

Color Harmonies of #DDFD50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFD50

Black with #DDFD50

Text Example


Text Example

White with #DDFD50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFD50; }

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

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

background-color css

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

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

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

border-color css

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

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

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