#DAFD77

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

Shades of Mindaro #DAFD77

Tints of Mindaro #DAFD77

Color information

#DAFD77 (or 0xDAFD77) is unknown color: approx Mindaro. HEX triplet: DA, FD and 77. RGB value is (218,253,119). Sum of RGB (Red+Green+Blue) = 218+253+119=590 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.95% from 590); Green value is 253 (99.22% from 255 or 42.88% from 590); Blue value is 119 (46.88% from 255 or 20.17% from 590); Max value from RGB is 253 - color contains mainly: green. Hex color #DAFD77 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAFD77 is #250288. Grayscale: #E3E3E3. Windows color (decimal): -2425481 or 7863770. OLE color: 7863770.

HSL color Cylindrical-coordinate representation of color #DAFD77: hue angle of 75.67º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DAFD77 is Cyan = 0.14, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.01.

Color convert

RGB218253119-
CMYK0.1400.530.01
HSL75.67º97.1%72.94%-
HSV(B)75.67º52.96%99.22%-
XYZ67.3786.4930.6-
YUV227.2666.9121.4-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.95%
GREEN value IS 253 (99.22% from 255) = 42.88%
BLUE value IS 119 (46.88% from 255) = 20.17%
R=36.95%
G=42.88%
B=20.17%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2182531190.1400.530.0175.6797.172.94
HexDAFD77E03514c6149
Octal332375167160651114141111
Binary11011010111111011110111111001101011100110011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFD77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFD77; }

 p { color: rgb(218,253,119); }

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

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

 a { background-color: rgb(218,253,119); }

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

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

 span { border-color: rgb(218,253,119); }

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