Html Css Color HEX #DDFF80 Mindaro

📋 copy color: '#DDFF80'

red 221 ◦ green 255 ◦ blue 128

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

Shades of Mindaro #DDFF80

Tints of Mindaro #DDFF80

RGB

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

 GREEN value IS 255 (100% from 255) = 42.22%

 BLUE value IS 128 (50.39% from 255) = 21.19%

R = 36.59%
G = 42.22%
B = 21.19%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.50

 K value IS 0

RGB Variations

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

Color information

#DDFF80 (or 0xDDFF80) is known color: Mindaro. HEX triplet: DD, FF and 80. RGB value is (221,255,128). Sum of RGB (Red+Green+Blue) = 221+255+128=604 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.59% from 604); Green value is 255 (100% from 255 or 42.22% from 604); Blue value is 128 (50.39% from 255 or 21.19% from 604); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFF80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFF80 is #22007F. Grayscale: #E6E6E6. Windows color (decimal): -2228352 or 8454109. OLE color: 8454109.

HSL color Cylindrical-coordinate representation of color #DDFF80: hue angle of 76.06º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DDFF80 is Cyan = 0.13, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.

Color convert

RGB 221 255 128 -
CMYK 0.13 0 0.50 0
HSL 76.06º 1% 0.75% -
HSV(B) 76.06º 0.5% 1% -
XYZ 69.48 88.45 33.83 -
YUV 230.36 70.24 121.33 -
System Red Green Blue C M Y K H S L
Decimal 221 255 128 0.13 0 0.50 0 76.06 1 0.75
Hex DD FF 80 D 0 32 0 4C 64 4B
Octal 335 377 200 15 0 62 0 114 144 113
Binary 11011101 11111111 10000000 1101 0 110010 0 1001100 1100100 1001011

Color Harmonies of #DDFF80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFF80

Black with #DDFF80

Text Example


Text Example

White with #DDFF80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFF80; }

 p { color: rgb(221,255,128); }

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

background-color css

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

 a { background-color: rgb(221,255,128); }

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

border-color css

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

 span { border-color: rgb(221,255,128); }

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