Html Css Color HEX #DAFB6E Mindaro

📋 copy color: '#DAFB6E'

red 218 ◦ green 251 ◦ blue 110

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

Shades of Mindaro #DAFB6E

Tints of Mindaro #DAFB6E

RGB

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

 GREEN value IS 251 (98.44% from 255) = 43.35%

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

R = 37.65%
G = 43.35%
B = 19%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#DAFB6E (or 0xDAFB6E) is known color: Mindaro. HEX triplet: DA, FB and 6E. RGB value is (218,251,110). Sum of RGB (Red+Green+Blue) = 218+251+110=579 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.65% from 579); Green value is 251 (98.44% from 255 or 43.35% from 579); Blue value is 110 (43.36% from 255 or 19.00% from 579); Max value from RGB is 251 - color contains mainly: green. Hex color #DAFB6E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAFB6E is #250491. Grayscale: #E1E1E1. Windows color (decimal): -2426002 or 7273434. OLE color: 7273434.

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

Color convert

RGB 218 251 110 -
CMYK 0.13 0 0.56 0.02
HSL 74.04º 0.95% 0.71% -
HSV(B) 74.04º 0.56% 0.98% -
XYZ 66.23 85.03 27.67 -
YUV 225.06 63.07 122.96 -
System Red Green Blue C M Y K H S L
Decimal 218 251 110 0.13 0 0.56 0.02 74.04 0.95 0.71
Hex DA FB 6E D 0 38 2 4A 5F 47
Octal 332 373 156 15 0 70 2 112 137 107
Binary 11011010 11111011 1101110 1101 0 111000 10 1001010 1011111 1000111

Color Harmonies of #DAFB6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFB6E

Black with #DAFB6E

Text Example


Text Example

White with #DAFB6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFB6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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