#DFFA71

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

Shades of Mindaro #DFFA71

Tints of Mindaro #DFFA71

Color information

#DFFA71 (or 0xDFFA71) is unknown color: approx Mindaro. HEX triplet: DF, FA and 71. RGB value is (223,250,113). Sum of RGB (Red+Green+Blue) = 223+250+113=586 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.05% from 586); Green value is 250 (98.05% from 255 or 42.66% from 586); Blue value is 113 (44.53% from 255 or 19.28% from 586); Max value from RGB is 250 - color contains mainly: green. Hex color #DFFA71 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFFA71 is #20058E. Grayscale: #E2E2E2. Windows color (decimal): -2098575 or 7469791. OLE color: 7469791.

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

Color convert

RGB223250113-
CMYK0.1100.550.02
HSL71.82º93.2%71.18%-
HSV(B)71.82º54.8%98.04%-
XYZ67.685.2528.52-
YUV226.3164.05125.64-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.05%
GREEN value IS 250 (98.05% from 255) = 42.66%
BLUE value IS 113 (44.53% from 255) = 19.28%
R=38.05%
G=42.66%
B=19.28%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2232501130.1100.550.0271.8293.271.18
HexDFFA71B0372485d47
Octal337372161130672110135107
Binary110111111111101011100011011011011110100100010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFFA71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFFA71; }

 p { color: rgb(223,250,113); }

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

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

 a { background-color: rgb(223,250,113); }

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

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

 span { border-color: rgb(223,250,113); }

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