Html Css Color HEX #DAF174 Mindaro

📋 copy color: '#DAF174'

red 218 ◦ green 241 ◦ blue 116

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

Shades of Mindaro #DAF174

Tints of Mindaro #DAF174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 20.17%

R = 37.91%
G = 41.91%
B = 20.17%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#DAF174 (or 0xDAF174) is known color: Mindaro. HEX triplet: DA, F1 and 74. RGB value is (218,241,116). Sum of RGB (Red+Green+Blue) = 218+241+116=575 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.91% from 575); Green value is 241 (94.53% from 255 or 41.91% from 575); Blue value is 116 (45.70% from 255 or 20.17% from 575); Max value from RGB is 241 - color contains mainly: green. Hex color #DAF174 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF174 is #250E8B. Grayscale: #DCDCDC. Windows color (decimal): -2428556 or 7664090. OLE color: 7664090.

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

Color convert

RGB 218 241 116 -
CMYK 0.10 0 0.52 0.05
HSL 71.04º 0.82% 0.7% -
HSV(B) 71.04º 0.52% 0.95% -
XYZ 63.52 79.08 28.44 -
YUV 219.87 69.38 126.66 -
System Red Green Blue C M Y K H S L
Decimal 218 241 116 0.10 0 0.52 0.05 71.04 0.82 0.7
Hex DA F1 74 A 0 34 5 47 52 46
Octal 332 361 164 12 0 64 5 107 122 106
Binary 11011010 11110001 1110100 1010 0 110100 101 1000111 1010010 1000110

Color Harmonies of #DAF174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF174

Black with #DAF174

Text Example


Text Example

White with #DAF174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF174; }

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

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

background-color css

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

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

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

border-color css

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

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

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