Html Css Color HEX #DCFA83 Mindaro

📋 copy color: '#DCFA83'

red 220 ◦ green 250 ◦ blue 131

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

Shades of Mindaro #DCFA83

Tints of Mindaro #DCFA83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 21.8%

R = 36.61%
G = 41.6%
B = 21.8%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#DCFA83 (or 0xDCFA83) is known color: Mindaro. HEX triplet: DC, FA and 83. RGB value is (220,250,131). Sum of RGB (Red+Green+Blue) = 220+250+131=601 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.61% from 601); Green value is 250 (98.05% from 255 or 41.60% from 601); Blue value is 131 (51.56% from 255 or 21.80% from 601); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFA83 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFA83 is #23057C. Grayscale: #E3E3E3. Windows color (decimal): -2295165 or 8649436. OLE color: 8649436.

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

Color convert

RGB 220 250 131 -
CMYK 0.12 0 0.48 0.02
HSL 75.13º 0.92% 0.75% -
HSV(B) 75.13º 0.48% 0.98% -
XYZ 67.8 85.23 34.35 -
YUV 227.46 73.56 122.68 -
System Red Green Blue C M Y K H S L
Decimal 220 250 131 0.12 0 0.48 0.02 75.13 0.92 0.75
Hex DC FA 83 C 0 30 2 4B 5C 4B
Octal 334 372 203 14 0 60 2 113 134 113
Binary 11011100 11111010 10000011 1100 0 110000 10 1001011 1011100 1001011

Color Harmonies of #DCFA83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFA83

Black with #DCFA83

Text Example


Text Example

White with #DCFA83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFA83; }

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

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

background-color css

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

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

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

border-color css

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

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

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