Html Css Color HEX #DDF580 Mindaro

📋 copy color: '#DDF580'

red 221 ◦ green 245 ◦ blue 128

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

Shades of Mindaro #DDF580

Tints of Mindaro #DDF580

RGB

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

 GREEN value IS 245 (96.09% from 255) = 41.25%

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

R = 37.21%
G = 41.25%
B = 21.55%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#DDF580 (or 0xDDF580) is known color: Mindaro. HEX triplet: DD, F5 and 80. RGB value is (221,245,128). Sum of RGB (Red+Green+Blue) = 221+245+128=594 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.21% from 594); Green value is 245 (96.09% from 255 or 41.25% from 594); Blue value is 128 (50.39% from 255 or 21.55% from 594); Max value from RGB is 245 - color contains mainly: green. Hex color #DDF580 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF580 is #220A7F. Grayscale: #E0E0E0. Windows color (decimal): -2230912 or 8451549. OLE color: 8451549.

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

Color convert

RGB 221 245 128 -
CMYK 0.10 0 0.48 0.04
HSL 72.31º 0.85% 0.73% -
HSV(B) 72.31º 0.48% 0.96% -
XYZ 66.37 82.24 32.8 -
YUV 224.49 73.55 125.51 -
System Red Green Blue C M Y K H S L
Decimal 221 245 128 0.10 0 0.48 0.04 72.31 0.85 0.73
Hex DD F5 80 A 0 30 4 48 55 49
Octal 335 365 200 12 0 60 4 110 125 111
Binary 11011101 11110101 10000000 1010 0 110000 100 1001000 1010101 1001001

Color Harmonies of #DDF580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF580

Black with #DDF580

Text Example


Text Example

White with #DDF580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF580; }

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

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

background-color css

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

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

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

border-color css

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

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

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