Html Css Color HEX #DAFA76 Mindaro

📋 copy color: '#DAFA76'

red 218 ◦ green 250 ◦ blue 118

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

Shades of Mindaro #DAFA76

Tints of Mindaro #DAFA76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 20.14%

R = 37.2%
G = 42.66%
B = 20.14%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#DAFA76 (or 0xDAFA76) is known color: Mindaro. HEX triplet: DA, FA and 76. RGB value is (218,250,118). Sum of RGB (Red+Green+Blue) = 218+250+118=586 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.20% from 586); Green value is 250 (98.05% from 255 or 42.66% from 586); Blue value is 118 (46.48% from 255 or 20.14% from 586); Max value from RGB is 250 - color contains mainly: green. Hex color #DAFA76 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAFA76 is #250589. Grayscale: #E1E1E1. Windows color (decimal): -2426250 or 7797466. OLE color: 7797466.

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

Color convert

RGB 218 250 118 -
CMYK 0.13 0 0.53 0.02
HSL 74.55º 0.93% 0.72% -
HSV(B) 74.55º 0.53% 0.98% -
XYZ 66.37 84.58 29.97 -
YUV 225.38 67.4 122.73 -
System Red Green Blue C M Y K H S L
Decimal 218 250 118 0.13 0 0.53 0.02 74.55 0.93 0.72
Hex DA FA 76 D 0 35 2 4B 5D 48
Octal 332 372 166 15 0 65 2 113 135 110
Binary 11011010 11111010 1110110 1101 0 110101 10 1001011 1011101 1001000

Color Harmonies of #DAFA76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFA76

Black with #DAFA76

Text Example


Text Example

White with #DAFA76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFA76; }

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

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

background-color css

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

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

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

border-color css

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

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

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