Html Css Color HEX #DCF370 Mindaro

📋 copy color: '#DCF370'

red 220 ◦ green 243 ◦ blue 112

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

Shades of Mindaro #DCF370

Tints of Mindaro #DCF370

RGB

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

 GREEN value IS 243 (95.31% from 255) = 42.26%

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

R = 38.26%
G = 42.26%
B = 19.48%

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

#DCF370 (or 0xDCF370) is known color: Mindaro. HEX triplet: DC, F3 and 70. RGB value is (220,243,112). Sum of RGB (Red+Green+Blue) = 220+243+112=575 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.26% from 575); Green value is 243 (95.31% from 255 or 42.26% from 575); Blue value is 112 (44.14% from 255 or 19.48% from 575); Max value from RGB is 243 - color contains mainly: green. Hex color #DCF370 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF370 is #230C8F. Grayscale: #DDDDDD. Windows color (decimal): -2296976 or 7402460. OLE color: 7402460.

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

Color convert

RGB 220 243 112 -
CMYK 0.09 0 0.54 0.05
HSL 70.53º 0.85% 0.7% -
HSV(B) 70.53º 0.54% 0.95% -
XYZ 64.49 80.49 27.47 -
YUV 221.19 66.38 127.15 -
System Red Green Blue C M Y K H S L
Decimal 220 243 112 0.09 0 0.54 0.05 70.53 0.85 0.7
Hex DC F3 70 9 0 36 5 47 55 46
Octal 334 363 160 11 0 66 5 107 125 106
Binary 11011100 11110011 1110000 1001 0 110110 101 1000111 1010101 1000110

Color Harmonies of #DCF370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF370

Black with #DCF370

Text Example


Text Example

White with #DCF370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF370; }

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

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

background-color css

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

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

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

border-color css

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

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

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