Html Css Color HEX #DCFA7D Mindaro

📋 copy color: '#DCFA7D'

red 220 ◦ green 250 ◦ blue 125

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

Shades of Mindaro #DCFA7D

Tints of Mindaro #DCFA7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 21.01%

R = 36.97%
G = 42.02%
B = 21.01%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#DCFA7D (or 0xDCFA7D) is known color: Mindaro. HEX triplet: DC, FA and 7D. RGB value is (220,250,125). Sum of RGB (Red+Green+Blue) = 220+250+125=595 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.97% from 595); Green value is 250 (98.05% from 255 or 42.02% from 595); Blue value is 125 (49.22% from 255 or 21.01% from 595); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFA7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFA7D is #230582. Grayscale: #E3E3E3. Windows color (decimal): -2295171 or 8256220. OLE color: 8256220.

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

Color convert

RGB 220 250 125 -
CMYK 0.12 0 0.50 0.02
HSL 74.4º 0.93% 0.74% -
HSV(B) 74.4º 0.5% 0.98% -
XYZ 67.4 85.07 32.27 -
YUV 226.78 70.56 123.16 -
System Red Green Blue C M Y K H S L
Decimal 220 250 125 0.12 0 0.50 0.02 74.4 0.93 0.74
Hex DC FA 7D C 0 32 2 4A 5D 4A
Octal 334 372 175 14 0 62 2 112 135 112
Binary 11011100 11111010 1111101 1100 0 110010 10 1001010 1011101 1001010

Color Harmonies of #DCFA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFA7D

Black with #DCFA7D

Text Example


Text Example

White with #DCFA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFA7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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