Html Css Color HEX #DCFA7A Mindaro

📋 copy color: '#DCFA7A'

red 220 ◦ green 250 ◦ blue 122

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

Shades of Mindaro #DCFA7A

Tints of Mindaro #DCFA7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 20.61%

R = 37.16%
G = 42.23%
B = 20.61%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#DCFA7A (or 0xDCFA7A) is known color: Mindaro. HEX triplet: DC, FA and 7A. RGB value is (220,250,122). Sum of RGB (Red+Green+Blue) = 220+250+122=592 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.16% from 592); Green value is 250 (98.05% from 255 or 42.23% from 592); Blue value is 122 (48.05% from 255 or 20.61% from 592); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFA7A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFA7A is #230585. Grayscale: #E2E2E2. Windows color (decimal): -2295174 or 8059612. OLE color: 8059612.

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

Color convert

RGB 220 250 122 -
CMYK 0.12 0 0.51 0.02
HSL 74.06º 0.93% 0.73% -
HSV(B) 74.06º 0.51% 0.98% -
XYZ 67.21 84.99 31.27 -
YUV 226.44 69.06 123.41 -
System Red Green Blue C M Y K H S L
Decimal 220 250 122 0.12 0 0.51 0.02 74.06 0.93 0.73
Hex DC FA 7A C 0 33 2 4A 5D 49
Octal 334 372 172 14 0 63 2 112 135 111
Binary 11011100 11111010 1111010 1100 0 110011 10 1001010 1011101 1001001

Color Harmonies of #DCFA7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFA7A

Black with #DCFA7A

Text Example


Text Example

White with #DCFA7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFA7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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