Html Css Color HEX #DCFA6F Mindaro

📋 copy color: '#DCFA6F'

red 220 ◦ green 250 ◦ blue 111

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

Shades of Mindaro #DCFA6F

Tints of Mindaro #DCFA6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 19.1%

R = 37.87%
G = 43.03%
B = 19.1%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#DCFA6F (or 0xDCFA6F) is known color: Mindaro. HEX triplet: DC, FA and 6F. RGB value is (220,250,111). Sum of RGB (Red+Green+Blue) = 220+250+111=581 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.87% from 581); Green value is 250 (98.05% from 255 or 43.03% from 581); Blue value is 111 (43.75% from 255 or 19.10% from 581); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFA6F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFA6F is #230590. Grayscale: #E1E1E1. Windows color (decimal): -2295185 or 7338716. OLE color: 7338716.

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

Color convert

RGB 220 250 111 -
CMYK 0.12 0 0.56 0.02
HSL 72.95º 0.93% 0.71% -
HSV(B) 72.95º 0.56% 0.98% -
XYZ 66.57 84.73 27.89 -
YUV 225.18 63.56 124.3 -
System Red Green Blue C M Y K H S L
Decimal 220 250 111 0.12 0 0.56 0.02 72.95 0.93 0.71
Hex DC FA 6F C 0 38 2 49 5D 47
Octal 334 372 157 14 0 70 2 111 135 107
Binary 11011100 11111010 1101111 1100 0 111000 10 1001001 1011101 1000111

Color Harmonies of #DCFA6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFA6F

Black with #DCFA6F

Text Example


Text Example

White with #DCFA6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFA6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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