Html Css Color HEX #DAF176 Mindaro

📋 copy color: '#DAF176'

red 218 ◦ green 241 ◦ blue 118

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

Shades of Mindaro #DAF176

Tints of Mindaro #DAF176

RGB

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

 GREEN value IS 241 (94.53% from 255) = 41.77%

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

R = 37.78%
G = 41.77%
B = 20.45%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#DAF176 (or 0xDAF176) is known color: Mindaro. HEX triplet: DA, F1 and 76. RGB value is (218,241,118). Sum of RGB (Red+Green+Blue) = 218+241+118=577 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.78% from 577); Green value is 241 (94.53% from 255 or 41.77% from 577); Blue value is 118 (46.48% from 255 or 20.45% from 577); Max value from RGB is 241 - color contains mainly: green. Hex color #DAF176 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF176 is #250E89. Grayscale: #DCDCDC. Windows color (decimal): -2428554 or 7795162. OLE color: 7795162.

HSL color Cylindrical-coordinate representation of color #DAF176: hue angle of 71.22º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DAF176 is Cyan = 0.10, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB 218 241 118 -
CMYK 0.10 0 0.51 0.05
HSL 71.22º 0.81% 0.7% -
HSV(B) 71.22º 0.51% 0.95% -
XYZ 63.64 79.12 29.06 -
YUV 220.1 70.38 126.5 -
System Red Green Blue C M Y K H S L
Decimal 218 241 118 0.10 0 0.51 0.05 71.22 0.81 0.7
Hex DA F1 76 A 0 33 5 47 51 46
Octal 332 361 166 12 0 63 5 107 121 106
Binary 11011010 11110001 1110110 1010 0 110011 101 1000111 1010001 1000110

Color Harmonies of #DAF176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF176

Black with #DAF176

Text Example


Text Example

White with #DAF176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF176; }

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

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

background-color css

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

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

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

border-color css

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

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

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