Html Css Color HEX #DAF172 Mindaro

📋 copy color: '#DAF172'

red 218 ◦ green 241 ◦ blue 114

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

Shades of Mindaro #DAF172

Tints of Mindaro #DAF172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 19.9%

R = 38.05%
G = 42.06%
B = 19.9%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#DAF172 (or 0xDAF172) is known color: Mindaro. HEX triplet: DA, F1 and 72. RGB value is (218,241,114). Sum of RGB (Red+Green+Blue) = 218+241+114=573 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.05% from 573); Green value is 241 (94.53% from 255 or 42.06% from 573); Blue value is 114 (44.92% from 255 or 19.90% from 573); Max value from RGB is 241 - color contains mainly: green. Hex color #DAF172 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF172 is #250E8D. Grayscale: #DCDCDC. Windows color (decimal): -2428558 or 7533018. OLE color: 7533018.

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

Color convert

RGB 218 241 114 -
CMYK 0.10 0 0.53 0.05
HSL 70.87º 0.82% 0.7% -
HSV(B) 70.87º 0.53% 0.95% -
XYZ 63.41 79.03 27.83 -
YUV 219.65 68.38 126.83 -
System Red Green Blue C M Y K H S L
Decimal 218 241 114 0.10 0 0.53 0.05 70.87 0.82 0.7
Hex DA F1 72 A 0 35 5 47 52 46
Octal 332 361 162 12 0 65 5 107 122 106
Binary 11011010 11110001 1110010 1010 0 110101 101 1000111 1010010 1000110

Color Harmonies of #DAF172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF172

Black with #DAF172

Text Example


Text Example

White with #DAF172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF172; }

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

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

background-color css

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

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

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

border-color css

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

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

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