Html Css Color HEX #DDF582 Mindaro

📋 copy color: '#DDF582'

red 221 ◦ green 245 ◦ blue 130

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

Shades of Mindaro #DDF582

Tints of Mindaro #DDF582

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 21.81%

R = 37.08%
G = 41.11%
B = 21.81%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#DDF582 (or 0xDDF582) is known color: Mindaro. HEX triplet: DD, F5 and 82. RGB value is (221,245,130). Sum of RGB (Red+Green+Blue) = 221+245+130=596 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.08% from 596); Green value is 245 (96.09% from 255 or 41.11% from 596); Blue value is 130 (51.17% from 255 or 21.81% from 596); Max value from RGB is 245 - color contains mainly: green. Hex color #DDF582 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF582 is #220A7D. Grayscale: #E1E1E1. Windows color (decimal): -2230910 or 8582621. OLE color: 8582621.

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

Color convert

RGB 221 245 130 -
CMYK 0.10 0 0.47 0.04
HSL 72.52º 0.85% 0.74% -
HSV(B) 72.52º 0.47% 0.96% -
XYZ 66.5 82.29 33.5 -
YUV 224.71 74.55 125.35 -
System Red Green Blue C M Y K H S L
Decimal 221 245 130 0.10 0 0.47 0.04 72.52 0.85 0.74
Hex DD F5 82 A 0 2F 4 49 55 4A
Octal 335 365 202 12 0 57 4 111 125 112
Binary 11011101 11110101 10000010 1010 0 101111 100 1001001 1010101 1001010

Color Harmonies of #DDF582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF582

Black with #DDF582

Text Example


Text Example

White with #DDF582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF582; }

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

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

background-color css

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

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

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

border-color css

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

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

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