Html Css Color HEX #DDF980 Mindaro

📋 copy color: '#DDF980'

red 221 ◦ green 249 ◦ blue 128

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

Shades of Mindaro #DDF980

Tints of Mindaro #DDF980

RGB

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

 GREEN value IS 249 (97.66% from 255) = 41.64%

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

R = 36.96%
G = 41.64%
B = 21.4%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#DDF980 (or 0xDDF980) is known color: Mindaro. HEX triplet: DD, F9 and 80. RGB value is (221,249,128). Sum of RGB (Red+Green+Blue) = 221+249+128=598 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.96% from 598); Green value is 249 (97.66% from 255 or 41.64% from 598); Blue value is 128 (50.39% from 255 or 21.40% from 598); Max value from RGB is 249 - color contains mainly: green. Hex color #DDF980 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF980 is #22067F. Grayscale: #E3E3E3. Windows color (decimal): -2229888 or 8452573. OLE color: 8452573.

HSL color Cylindrical-coordinate representation of color #DDF980: hue angle of 73.88º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DDF980 is Cyan = 0.11, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB 221 249 128 -
CMYK 0.11 0 0.49 0.02
HSL 73.88º 0.91% 0.74% -
HSV(B) 73.88º 0.49% 0.98% -
XYZ 67.59 84.68 33.2 -
YUV 226.83 72.22 123.84 -
System Red Green Blue C M Y K H S L
Decimal 221 249 128 0.11 0 0.49 0.02 73.88 0.91 0.74
Hex DD F9 80 B 0 31 2 4A 5B 4A
Octal 335 371 200 13 0 61 2 112 133 112
Binary 11011101 11111001 10000000 1011 0 110001 10 1001010 1011011 1001010

Color Harmonies of #DDF980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF980

Black with #DDF980

Text Example


Text Example

White with #DDF980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF980; }

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

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

background-color css

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

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

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

border-color css

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

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

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