Html Css Color HEX #DCFA6A Mindaro

📋 copy color: '#DCFA6A'

red 220 ◦ green 250 ◦ blue 106

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

Shades of Mindaro #DCFA6A

Tints of Mindaro #DCFA6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 18.4%

R = 38.19%
G = 43.4%
B = 18.4%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#DCFA6A (or 0xDCFA6A) is known color: Mindaro. HEX triplet: DC, FA and 6A. RGB value is (220,250,106). Sum of RGB (Red+Green+Blue) = 220+250+106=576 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.19% from 576); Green value is 250 (98.05% from 255 or 43.40% from 576); Blue value is 106 (41.80% from 255 or 18.40% from 576); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFA6A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFA6A is #230595. Grayscale: #E1E1E1. Windows color (decimal): -2295190 or 7011036. OLE color: 7011036.

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

Color convert

RGB 220 250 106 -
CMYK 0.12 0 0.58 0.02
HSL 72.5º 0.94% 0.7% -
HSV(B) 72.5º 0.58% 0.98% -
XYZ 66.3 84.63 26.48 -
YUV 224.61 61.06 124.71 -
System Red Green Blue C M Y K H S L
Decimal 220 250 106 0.12 0 0.58 0.02 72.5 0.94 0.7
Hex DC FA 6A C 0 3A 2 48 5E 46
Octal 334 372 152 14 0 72 2 110 136 106
Binary 11011100 11111010 1101010 1100 0 111010 10 1001000 1011110 1000110

Color Harmonies of #DCFA6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFA6A

Black with #DCFA6A

Text Example


Text Example

White with #DCFA6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFA6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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