Html Css Color HEX #DAFD6E Mindaro

📋 copy color: '#DAFD6E'

red 218 ◦ green 253 ◦ blue 110

#DAFD6E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mindaro #DAFD6E

Tints of Mindaro #DAFD6E

RGB

 RED value IS 218 (85.55% from 255) = 37.52%

 GREEN value IS 253 (99.22% from 255) = 43.55%

 BLUE value IS 110 (43.36% from 255) = 18.93%

R = 37.52%
G = 43.55%
B = 18.93%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#DAFD6E (or 0xDAFD6E) is known color: Mindaro. HEX triplet: DA, FD and 6E. RGB value is (218,253,110). Sum of RGB (Red+Green+Blue) = 218+253+110=581 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.52% from 581); Green value is 253 (99.22% from 255 or 43.55% from 581); Blue value is 110 (43.36% from 255 or 18.93% from 581); Max value from RGB is 253 - color contains mainly: green. Hex color #DAFD6E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAFD6E is #250291. Grayscale: #E2E2E2. Windows color (decimal): -2425490 or 7273946. OLE color: 7273946.

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

Color convert

RGB 218 253 110 -
CMYK 0.14 0 0.57 0.01
HSL 74.69º 0.97% 0.71% -
HSV(B) 74.69º 0.57% 0.99% -
XYZ 66.85 86.28 27.88 -
YUV 226.23 62.4 122.13 -
System Red Green Blue C M Y K H S L
Decimal 218 253 110 0.14 0 0.57 0.01 74.69 0.97 0.71
Hex DA FD 6E E 0 39 1 4B 61 47
Octal 332 375 156 16 0 71 1 113 141 107
Binary 11011010 11111101 1101110 1110 0 111001 1 1001011 1100001 1000111

Color Harmonies of #DAFD6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFD6E

Black with #DAFD6E

Text Example


Text Example

White with #DAFD6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFD6E; }

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

 H1.HeaderClassName
 {
   color: #DAFD6E;
 }
 .AnyTagClassName
 {
   color: #DAFD6E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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