Html Css Color HEX #DCF071 Mindaro

📋 copy color: '#DCF071'

red 220 ◦ green 240 ◦ blue 113

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

Shades of Mindaro #DCF071

Tints of Mindaro #DCF071

RGB

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

 GREEN value IS 240 (94.14% from 255) = 41.88%

 BLUE value IS 113 (44.53% from 255) = 19.72%

R = 38.39%
G = 41.88%
B = 19.72%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#DCF071 (or 0xDCF071) is known color: Mindaro. HEX triplet: DC, F0 and 71. RGB value is (220,240,113). Sum of RGB (Red+Green+Blue) = 220+240+113=573 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.39% from 573); Green value is 240 (94.14% from 255 or 41.88% from 573); Blue value is 113 (44.53% from 255 or 19.72% from 573); Max value from RGB is 240 - color contains mainly: green. Hex color #DCF071 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF071 is #230F8E. Grayscale: #DCDCDC. Windows color (decimal): -2297743 or 7467228. OLE color: 7467228.

HSL color Cylindrical-coordinate representation of color #DCF071: hue angle of 69.45º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DCF071 is Cyan = 0.08, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.06.

Color convert

RGB 220 240 113 -
CMYK 0.08 0 0.53 0.06
HSL 69.45º 0.81% 0.69% -
HSV(B) 69.45º 0.53% 0.94% -
XYZ 63.66 78.73 27.46 -
YUV 219.54 67.87 128.33 -
System Red Green Blue C M Y K H S L
Decimal 220 240 113 0.08 0 0.53 0.06 69.45 0.81 0.69
Hex DC F0 71 8 0 35 6 45 51 45
Octal 334 360 161 10 0 65 6 105 121 105
Binary 11011100 11110000 1110001 1000 0 110101 110 1000101 1010001 1000101

Color Harmonies of #DCF071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF071

Black with #DCF071

Text Example


Text Example

White with #DCF071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF071; }

 p { color: rgb(220,240,113); }

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

background-color css

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

 a { background-color: rgb(220,240,113); }

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

border-color css

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

 span { border-color: rgb(220,240,113); }

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