#DCFA83

Color #DCFA83 Mindaro (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mindaro #DCFA83

Tints of Mindaro #DCFA83

Color information

#DCFA83 (or 0xDCFA83) is unknown color: approx 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

RGB220250131-
CMYK0.1200.480.02
HSL75.13º92.25%74.71%-
HSV(B)75.13º47.6%98.04%-
XYZ67.885.2334.35-
YUV227.4673.56122.68-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.61%
GREEN value IS 250 (98.05% from 255) = 41.60%
BLUE value IS 131 (51.56% from 255) = 21.80%
R=36.61%
G=41.60%
B=21.80%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2202501310.1200.480.0275.1392.2574.71
HexDCFA83C03024b5c4b
Octal334372203140602113134113
Binary1101110011111010100000111100011000010100101110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFA83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>