#DAFB74

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

Shades of Mindaro #DAFB74

Tints of Mindaro #DAFB74

Color information

#DAFB74 (or 0xDAFB74) is unknown color: approx Mindaro. HEX triplet: DA, FB and 74. RGB value is (218,251,116). Sum of RGB (Red+Green+Blue) = 218+251+116=585 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.26% from 585); Green value is 251 (98.44% from 255 or 42.91% from 585); Blue value is 116 (45.70% from 255 or 19.83% from 585); Max value from RGB is 251 - color contains mainly: green. Hex color #DAFB74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAFB74 is #25048B. Grayscale: #E2E2E2. Windows color (decimal): -2425996 or 7666650. OLE color: 7666650.

HSL color Cylindrical-coordinate representation of color #DAFB74: hue angle of 74.67º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DAFB74 is Cyan = 0.13, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.

Color convert

RGB218251116-
CMYK0.1300.540.02
HSL74.67º94.41%71.96%-
HSV(B)74.67º53.78%98.43%-
XYZ66.5685.1629.45-
YUV225.7466.07122.48-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.26%
GREEN value IS 251 (98.44% from 255) = 42.91%
BLUE value IS 116 (45.70% from 255) = 19.83%
R=37.26%
G=42.91%
B=19.83%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2182511160.1300.540.0274.6794.4171.96
HexDAFB74D03624b5e48
Octal332373164150662113136110
Binary110110101111101111101001101011011010100101110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFB74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFB74; }

 p { color: rgb(218,251,116); }

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

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

 a { background-color: rgb(218,251,116); }

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

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

 span { border-color: rgb(218,251,116); }

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