#DAF071

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

Shades of Mindaro #DAF071

Tints of Mindaro #DAF071

Color information

#DAF071 (or 0xDAF071) is unknown color: approx Mindaro. HEX triplet: DA, F0 and 71. RGB value is (218,240,113). Sum of RGB (Red+Green+Blue) = 218+240+113=571 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.18% from 571); Green value is 240 (94.14% from 255 or 42.03% from 571); Blue value is 113 (44.53% from 255 or 19.79% from 571); Max value from RGB is 240 - color contains mainly: green. Hex color #DAF071 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF071 is #250F8E. Grayscale: #DBDBDB. Windows color (decimal): -2428815 or 7467226. OLE color: 7467226.

HSL color Cylindrical-coordinate representation of color #DAF071: hue angle of 70.39º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DAF071 is Cyan = 0.09, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.06.

Color convert

RGB218240113-
CMYK0.0900.530.06
HSL70.39º80.89%69.22%-
HSV(B)70.39º52.92%94.12%-
XYZ63.0578.4227.44-
YUV218.9468.21127.33-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.18%
GREEN value IS 240 (94.14% from 255) = 42.03%
BLUE value IS 113 (44.53% from 255) = 19.79%
R=38.18%
G=42.03%
B=19.79%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2182401130.0900.530.0670.3980.8969.22
HexDAF07190356465145
Octal332360161110656106121105
Binary1101101011110000111000110010110101110100011010100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF071; }

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

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

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

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

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

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

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

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