Html Css Color HEX #DCF182 Mindaro

📋 copy color: '#DCF182'

red 220 ◦ green 241 ◦ blue 130

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

Shades of Mindaro #DCF182

Tints of Mindaro #DCF182

RGB

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

 GREEN value IS 241 (94.53% from 255) = 40.78%

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

R = 37.23%
G = 40.78%
B = 22%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#DCF182 (or 0xDCF182) is known color: Mindaro. HEX triplet: DC, F1 and 82. RGB value is (220,241,130). Sum of RGB (Red+Green+Blue) = 220+241+130=591 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.23% from 591); Green value is 241 (94.53% from 255 or 40.78% from 591); Blue value is 130 (51.17% from 255 or 22.00% from 591); Max value from RGB is 241 - color contains mainly: green. Hex color #DCF182 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF182 is #230E7D. Grayscale: #DEDEDE. Windows color (decimal): -2297470 or 8581596. OLE color: 8581596.

HSL color Cylindrical-coordinate representation of color #DCF182: hue angle of 71.35º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DCF182 is Cyan = 0.09, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.

Color convert

RGB 220 241 130 -
CMYK 0.09 0 0.46 0.05
HSL 71.35º 0.8% 0.73% -
HSV(B) 71.35º 0.46% 0.95% -
XYZ 65 79.74 33.08 -
YUV 222.07 76.04 126.53 -
System Red Green Blue C M Y K H S L
Decimal 220 241 130 0.09 0 0.46 0.05 71.35 0.8 0.73
Hex DC F1 82 9 0 2E 5 47 50 49
Octal 334 361 202 11 0 56 5 107 120 111
Binary 11011100 11110001 10000010 1001 0 101110 101 1000111 1010000 1001001

Color Harmonies of #DCF182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF182

Black with #DCF182

Text Example


Text Example

White with #DCF182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF182; }

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

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

background-color css

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

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

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

border-color css

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

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

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