#DAF970

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

Shades of Mindaro #DAF970

Tints of Mindaro #DAF970

Color information

#DAF970 (or 0xDAF970) is unknown color: approx Mindaro. HEX triplet: DA, F9 and 70. RGB value is (218,249,112). Sum of RGB (Red+Green+Blue) = 218+249+112=579 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.65% from 579); Green value is 249 (97.66% from 255 or 43.01% from 579); Blue value is 112 (44.14% from 255 or 19.34% from 579); Max value from RGB is 249 - color contains mainly: green. Hex color #DAF970 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF970 is #25068F. Grayscale: #E0E0E0. Windows color (decimal): -2426512 or 7403994. OLE color: 7403994.

HSL color Cylindrical-coordinate representation of color #DAF970: hue angle of 73.58º degrees, saturation: 0.92, 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 #DAF970 is Cyan = 0.12, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB218249112-
CMYK0.1200.550.02
HSL73.58º91.95%70.78%-
HSV(B)73.58º55.02%97.65%-
XYZ65.7183.8328.05-
YUV224.1164.73123.64-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.65%
GREEN value IS 249 (97.66% from 255) = 43.01%
BLUE value IS 112 (44.14% from 255) = 19.34%
R=37.65%
G=43.01%
B=19.34%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2182491120.1200.550.0273.5891.9570.78
HexDAF970C03724a5c47
Octal332371160140672112134107
Binary110110101111100111100001100011011110100101010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF970; }

 p { color: rgb(218,249,112); }

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

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

 a { background-color: rgb(218,249,112); }

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

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

 span { border-color: rgb(218,249,112); }

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