Html Css Color HEX #DCFA70 Mindaro

📋 copy color: '#DCFA70'

red 220 ◦ green 250 ◦ blue 112

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

Shades of Mindaro #DCFA70

Tints of Mindaro #DCFA70

RGB

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

 GREEN value IS 250 (98.05% from 255) = 42.96%

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

R = 37.8%
G = 42.96%
B = 19.24%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#DCFA70 (or 0xDCFA70) is known color: Mindaro. HEX triplet: DC, FA and 70. RGB value is (220,250,112). Sum of RGB (Red+Green+Blue) = 220+250+112=582 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.80% from 582); Green value is 250 (98.05% from 255 or 42.96% from 582); Blue value is 112 (44.14% from 255 or 19.24% from 582); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFA70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFA70 is #23058F. Grayscale: #E1E1E1. Windows color (decimal): -2295184 or 7404252. OLE color: 7404252.

HSL color Cylindrical-coordinate representation of color #DCFA70: hue angle of 73.04º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DCFA70 is Cyan = 0.12, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB 220 250 112 -
CMYK 0.12 0 0.55 0.02
HSL 73.04º 0.93% 0.71% -
HSV(B) 73.04º 0.55% 0.98% -
XYZ 66.63 84.76 28.18 -
YUV 225.3 64.06 124.22 -
System Red Green Blue C M Y K H S L
Decimal 220 250 112 0.12 0 0.55 0.02 73.04 0.93 0.71
Hex DC FA 70 C 0 37 2 49 5D 47
Octal 334 372 160 14 0 67 2 111 135 107
Binary 11011100 11111010 1110000 1100 0 110111 10 1001001 1011101 1000111

Color Harmonies of #DCFA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFA70

Black with #DCFA70

Text Example


Text Example

White with #DCFA70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFA70; }

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

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

background-color css

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

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

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

border-color css

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

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

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