#DCFA7B

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

Shades of Mindaro #DCFA7B

Tints of Mindaro #DCFA7B

Color information

#DCFA7B (or 0xDCFA7B) is unknown color: approx Mindaro. HEX triplet: DC, FA and 7B. RGB value is (220,250,123). Sum of RGB (Red+Green+Blue) = 220+250+123=593 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.10% from 593); Green value is 250 (98.05% from 255 or 42.16% from 593); Blue value is 123 (48.44% from 255 or 20.74% from 593); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFA7B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFA7B is #230584. Grayscale: #E3E3E3. Windows color (decimal): -2295173 or 8125148. OLE color: 8125148.

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

Color convert

RGB220250123-
CMYK0.1200.510.02
HSL74.17º92.7%73.14%-
HSV(B)74.17º50.8%98.04%-
XYZ67.2885.0231.6-
YUV226.5569.56123.33-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.10%
GREEN value IS 250 (98.05% from 255) = 42.16%
BLUE value IS 123 (48.44% from 255) = 20.74%
R=37.10%
G=42.16%
B=20.74%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2202501230.1200.510.0274.1792.773.14
HexDCFA7BC03324a5d49
Octal334372173140632112135111
Binary110111001111101011110111100011001110100101010111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFA7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFA7B; }

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

 H1.HeaderClassName
 {
   color: #DCFA7B;
 }
 .AnyTagClassName
 {
   color: #DCFA7B;
 }
</style>
background-color css

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

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

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

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

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

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