Html Css Color HEX #DCF170 Mindaro

📋 copy color: '#DCF170'

red 220 ◦ green 241 ◦ blue 112

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

Shades of Mindaro #DCF170

Tints of Mindaro #DCF170

RGB

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

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

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

R = 38.39%
G = 42.06%
B = 19.55%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#DCF170 (or 0xDCF170) is known color: Mindaro. HEX triplet: DC, F1 and 70. RGB value is (220,241,112). Sum of RGB (Red+Green+Blue) = 220+241+112=573 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.39% from 573); Green value is 241 (94.53% from 255 or 42.06% from 573); Blue value is 112 (44.14% from 255 or 19.55% from 573); Max value from RGB is 241 - color contains mainly: green. Hex color #DCF170 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF170 is #230E8F. Grayscale: #DCDCDC. Windows color (decimal): -2297488 or 7401948. OLE color: 7401948.

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

Color convert

RGB 220 241 112 -
CMYK 0.09 0 0.54 0.05
HSL 69.77º 0.82% 0.69% -
HSV(B) 69.77º 0.54% 0.95% -
XYZ 63.9 79.3 27.27 -
YUV 220.02 67.04 127.99 -
System Red Green Blue C M Y K H S L
Decimal 220 241 112 0.09 0 0.54 0.05 69.77 0.82 0.69
Hex DC F1 70 9 0 36 5 46 52 45
Octal 334 361 160 11 0 66 5 106 122 105
Binary 11011100 11110001 1110000 1001 0 110110 101 1000110 1010010 1000101

Color Harmonies of #DCF170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF170

Black with #DCF170

Text Example


Text Example

White with #DCF170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF170; }

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

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

background-color css

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

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

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

border-color css

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

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

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