Html Css Color HEX #DAF177 Mindaro

📋 copy color: '#DAF177'

red 218 ◦ green 241 ◦ blue 119

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

Shades of Mindaro #DAF177

Tints of Mindaro #DAF177

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 20.59%

R = 37.72%
G = 41.7%
B = 20.59%

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

#DAF177 (or 0xDAF177) is known color: Mindaro. HEX triplet: DA, F1 and 77. RGB value is (218,241,119). Sum of RGB (Red+Green+Blue) = 218+241+119=578 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.72% from 578); Green value is 241 (94.53% from 255 or 41.70% from 578); Blue value is 119 (46.88% from 255 or 20.59% from 578); Max value from RGB is 241 - color contains mainly: green. Hex color #DAF177 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF177 is #250E88. Grayscale: #DCDCDC. Windows color (decimal): -2428553 or 7860698. OLE color: 7860698.

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

Color convert

RGB 218 241 119 -
CMYK 0.10 0 0.51 0.05
HSL 71.31º 0.81% 0.71% -
HSV(B) 71.31º 0.51% 0.95% -
XYZ 63.7 79.15 29.37 -
YUV 220.22 70.88 126.42 -
System Red Green Blue C M Y K H S L
Decimal 218 241 119 0.10 0 0.51 0.05 71.31 0.81 0.71
Hex DA F1 77 A 0 33 5 47 51 47
Octal 332 361 167 12 0 63 5 107 121 107
Binary 11011010 11110001 1110111 1010 0 110011 101 1000111 1010001 1000111

Color Harmonies of #DAF177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF177

Black with #DAF177

Text Example


Text Example

White with #DAF177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF177; }

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

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

background-color css

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

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

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

border-color css

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

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

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