Html Css Color HEX #DCF570 Mindaro

📋 copy color: '#DCF570'

red 220 ◦ green 245 ◦ blue 112

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

Shades of Mindaro #DCF570

Tints of Mindaro #DCF570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 19.41%

R = 38.13%
G = 42.46%
B = 19.41%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#DCF570 (or 0xDCF570) is known color: Mindaro. HEX triplet: DC, F5 and 70. RGB value is (220,245,112). Sum of RGB (Red+Green+Blue) = 220+245+112=577 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.13% from 577); Green value is 245 (96.09% from 255 or 42.46% from 577); Blue value is 112 (44.14% from 255 or 19.41% from 577); Max value from RGB is 245 - color contains mainly: green. Hex color #DCF570 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF570 is #230A8F. Grayscale: #DEDEDE. Windows color (decimal): -2296464 or 7402972. OLE color: 7402972.

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

Color convert

RGB 220 245 112 -
CMYK 0.10 0 0.54 0.04
HSL 71.28º 0.87% 0.7% -
HSV(B) 71.28º 0.54% 0.96% -
XYZ 65.09 81.69 27.67 -
YUV 222.36 65.72 126.31 -
System Red Green Blue C M Y K H S L
Decimal 220 245 112 0.10 0 0.54 0.04 71.28 0.87 0.7
Hex DC F5 70 A 0 36 4 47 57 46
Octal 334 365 160 12 0 66 4 107 127 106
Binary 11011100 11110101 1110000 1010 0 110110 100 1000111 1010111 1000110

Color Harmonies of #DCF570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF570

Black with #DCF570

Text Example


Text Example

White with #DCF570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF570; }

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

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

background-color css

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

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

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

border-color css

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

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

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