Html Css Color HEX #DCFA5E Mindaro

📋 copy color: '#DCFA5E'

red 220 ◦ green 250 ◦ blue 94

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

Shades of Mindaro #DCFA5E

Tints of Mindaro #DCFA5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 16.67%

R = 39.01%
G = 44.33%
B = 16.67%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#DCFA5E (or 0xDCFA5E) is known color: Mindaro. HEX triplet: DC, FA and 5E. RGB value is (220,250,94). Sum of RGB (Red+Green+Blue) = 220+250+94=564 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.01% from 564); Green value is 250 (98.05% from 255 or 44.33% from 564); Blue value is 94 (37.11% from 255 or 16.67% from 564); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFA5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFA5E is #2305A1. Grayscale: #DFDFDF. Windows color (decimal): -2295202 or 6224604. OLE color: 6224604.

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

Color convert

RGB 220 250 94 -
CMYK 0.12 0 0.62 0.02
HSL 71.54º 0.94% 0.67% -
HSV(B) 71.54º 0.62% 0.98% -
XYZ 65.72 84.4 23.42 -
YUV 223.25 55.06 125.68 -
System Red Green Blue C M Y K H S L
Decimal 220 250 94 0.12 0 0.62 0.02 71.54 0.94 0.67
Hex DC FA 5E C 0 3E 2 48 5E 43
Octal 334 372 136 14 0 76 2 110 136 103
Binary 11011100 11111010 1011110 1100 0 111110 10 1001000 1011110 1000011

Color Harmonies of #DCFA5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFA5E

Black with #DCFA5E

Text Example


Text Example

White with #DCFA5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFA5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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