Html Css Color HEX #DCF582 Mindaro

📋 copy color: '#DCF582'

red 220 ◦ green 245 ◦ blue 130

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

Shades of Mindaro #DCF582

Tints of Mindaro #DCF582

RGB

 RED value IS 220 (86.33% from 255) = 36.97%

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

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

R = 36.97%
G = 41.18%
B = 21.85%

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

#DCF582 (or 0xDCF582) is known color: Mindaro. HEX triplet: DC, F5 and 82. RGB value is (220,245,130). Sum of RGB (Red+Green+Blue) = 220+245+130=595 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.97% from 595); Green value is 245 (96.09% from 255 or 41.18% from 595); Blue value is 130 (51.17% from 255 or 21.85% from 595); Max value from RGB is 245 - color contains mainly: green. Hex color #DCF582 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF582 is #230A7D. Grayscale: #E0E0E0. Windows color (decimal): -2296446 or 8582620. OLE color: 8582620.

HSL color Cylindrical-coordinate representation of color #DCF582: hue angle of 73.04º 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 #DCF582 is Cyan = 0.10, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.04.

Color convert

RGB 220 245 130 -
CMYK 0.10 0 0.47 0.04
HSL 73.04º 0.85% 0.74% -
HSV(B) 73.04º 0.47% 0.96% -
XYZ 66.2 82.13 33.48 -
YUV 224.42 74.72 124.85 -
System Red Green Blue C M Y K H S L
Decimal 220 245 130 0.10 0 0.47 0.04 73.04 0.85 0.74
Hex DC F5 82 A 0 2F 4 49 55 4A
Octal 334 365 202 12 0 57 4 111 125 112
Binary 11011100 11110101 10000010 1010 0 101111 100 1001001 1010101 1001010

Color Harmonies of #DCF582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF582

Black with #DCF582

Text Example


Text Example

White with #DCF582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF582; }

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

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

background-color css

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

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

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

border-color css

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

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

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