Html Css Color HEX #DCF57E Mindaro

📋 copy color: '#DCF57E'

red 220 ◦ green 245 ◦ blue 126

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

Shades of Mindaro #DCF57E

Tints of Mindaro #DCF57E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 21.32%

R = 37.23%
G = 41.46%
B = 21.32%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.49

 K value IS 0.04

RGB Variations

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

Color information

#DCF57E (or 0xDCF57E) is known color: Mindaro. HEX triplet: DC, F5 and 7E. RGB value is (220,245,126). Sum of RGB (Red+Green+Blue) = 220+245+126=591 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.23% from 591); Green value is 245 (96.09% from 255 or 41.46% from 591); Blue value is 126 (49.61% from 255 or 21.32% from 591); Max value from RGB is 245 - color contains mainly: green. Hex color #DCF57E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF57E is #230A81. Grayscale: #E0E0E0. Windows color (decimal): -2296450 or 8320476. OLE color: 8320476.

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

Color convert

RGB 220 245 126 -
CMYK 0.10 0 0.49 0.04
HSL 72.61º 0.86% 0.73% -
HSV(B) 72.61º 0.49% 0.96% -
XYZ 65.93 82.03 32.1 -
YUV 223.96 72.72 125.18 -
System Red Green Blue C M Y K H S L
Decimal 220 245 126 0.10 0 0.49 0.04 72.61 0.86 0.73
Hex DC F5 7E A 0 31 4 49 56 49
Octal 334 365 176 12 0 61 4 111 126 111
Binary 11011100 11110101 1111110 1010 0 110001 100 1001001 1010110 1001001

Color Harmonies of #DCF57E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF57E

Black with #DCF57E

Text Example


Text Example

White with #DCF57E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF57E; }

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

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

background-color css

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

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

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

border-color css

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

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

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