Html Css Color HEX #DAFA6B Mindaro

📋 copy color: '#DAFA6B'

red 218 ◦ green 250 ◦ blue 107

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

Shades of Mindaro #DAFA6B

Tints of Mindaro #DAFA6B

RGB

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

 GREEN value IS 250 (98.05% from 255) = 43.48%

 BLUE value IS 107 (42.19% from 255) = 18.61%

R = 37.91%
G = 43.48%
B = 18.61%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#DAFA6B (or 0xDAFA6B) is known color: Mindaro. HEX triplet: DA, FA and 6B. RGB value is (218,250,107). Sum of RGB (Red+Green+Blue) = 218+250+107=575 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.91% from 575); Green value is 250 (98.05% from 255 or 43.48% from 575); Blue value is 107 (42.19% from 255 or 18.61% from 575); Max value from RGB is 250 - color contains mainly: green. Hex color #DAFA6B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAFA6B is #250594. Grayscale: #E0E0E0. Windows color (decimal): -2426261 or 7076570. OLE color: 7076570.

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

Color convert

RGB 218 250 107 -
CMYK 0.13 0 0.57 0.02
HSL 73.43º 0.93% 0.7% -
HSV(B) 73.43º 0.57% 0.98% -
XYZ 65.75 84.34 26.72 -
YUV 224.13 61.9 123.63 -
System Red Green Blue C M Y K H S L
Decimal 218 250 107 0.13 0 0.57 0.02 73.43 0.93 0.7
Hex DA FA 6B D 0 39 2 49 5D 46
Octal 332 372 153 15 0 71 2 111 135 106
Binary 11011010 11111010 1101011 1101 0 111001 10 1001001 1011101 1000110

Color Harmonies of #DAFA6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFA6B

Black with #DAFA6B

Text Example


Text Example

White with #DAFA6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFA6B; }

 p { color: rgb(218,250,107); }

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

background-color css

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

 a { background-color: rgb(218,250,107); }

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

border-color css

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

 span { border-color: rgb(218,250,107); }

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