#DAFC71

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

Shades of Mindaro #DAFC71

Tints of Mindaro #DAFC71

Color information

#DAFC71 (or 0xDAFC71) is unknown color: approx Mindaro. HEX triplet: DA, FC and 71. RGB value is (218,252,113). Sum of RGB (Red+Green+Blue) = 218+252+113=583 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.39% from 583); Green value is 252 (98.83% from 255 or 43.22% from 583); Blue value is 113 (44.53% from 255 or 19.38% from 583); Max value from RGB is 252 - color contains mainly: green. Hex color #DAFC71 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAFC71 is #25038E. Grayscale: #E2E2E2. Windows color (decimal): -2425743 or 7470298. OLE color: 7470298.

HSL color Cylindrical-coordinate representation of color #DAFC71: hue angle of 74.68º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DAFC71 is Cyan = 0.13, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.01.

Color convert

RGB218252113-
CMYK0.1300.550.01
HSL74.68º95.86%71.57%-
HSV(B)74.68º55.16%98.82%-
XYZ66.785.7228.65-
YUV225.9964.24122.3-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.39%
GREEN value IS 252 (98.83% from 255) = 43.22%
BLUE value IS 113 (44.53% from 255) = 19.38%
R=37.39%
G=43.22%
B=19.38%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2182521130.1300.550.0174.6895.8671.57
HexDAFC71D03714b6048
Octal332374161150671113140110
Binary11011010111111001110001110101101111100101111000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFC71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFC71; }

 p { color: rgb(218,252,113); }

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

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

 a { background-color: rgb(218,252,113); }

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

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

 span { border-color: rgb(218,252,113); }

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