Html Css Color HEX #DCF070 Mindaro

📋 copy color: '#DCF070'

red 220 ◦ green 240 ◦ blue 112

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

Shades of Mindaro #DCF070

Tints of Mindaro #DCF070

RGB

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

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

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

R = 38.46%
G = 41.96%
B = 19.58%

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

#DCF070 (or 0xDCF070) is known color: Mindaro. HEX triplet: DC, F0 and 70. RGB value is (220,240,112). Sum of RGB (Red+Green+Blue) = 220+240+112=572 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.46% from 572); Green value is 240 (94.14% from 255 or 41.96% from 572); Blue value is 112 (44.14% from 255 or 19.58% from 572); Max value from RGB is 240 - color contains mainly: green. Hex color #DCF070 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF070 is #230F8F. Grayscale: #DBDBDB. Windows color (decimal): -2297744 or 7401692. OLE color: 7401692.

HSL color Cylindrical-coordinate representation of color #DCF070: hue angle of 69.38º 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 #DCF070 is Cyan = 0.08, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.06.

Color convert

RGB 220 240 112 -
CMYK 0.08 0 0.53 0.06
HSL 69.38º 0.81% 0.69% -
HSV(B) 69.38º 0.53% 0.94% -
XYZ 63.6 78.71 27.17 -
YUV 219.43 67.37 128.41 -
System Red Green Blue C M Y K H S L
Decimal 220 240 112 0.08 0 0.53 0.06 69.38 0.81 0.69
Hex DC F0 70 8 0 35 6 45 51 45
Octal 334 360 160 10 0 65 6 105 121 105
Binary 11011100 11110000 1110000 1000 0 110101 110 1000101 1010001 1000101

Color Harmonies of #DCF070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF070

Black with #DCF070

Text Example


Text Example

White with #DCF070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF070; }

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

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

background-color css

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

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

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

border-color css

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

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

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