Html Css Color HEX #DAF175 Mindaro

📋 copy color: '#DAF175'

red 218 ◦ green 241 ◦ blue 117

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

Shades of Mindaro #DAF175

Tints of Mindaro #DAF175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 20.31%

R = 37.85%
G = 41.84%
B = 20.31%

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

#DAF175 (or 0xDAF175) is known color: Mindaro. HEX triplet: DA, F1 and 75. RGB value is (218,241,117). Sum of RGB (Red+Green+Blue) = 218+241+117=576 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.85% from 576); Green value is 241 (94.53% from 255 or 41.84% from 576); Blue value is 117 (46.09% from 255 or 20.31% from 576); Max value from RGB is 241 - color contains mainly: green. Hex color #DAF175 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF175 is #250E8A. Grayscale: #DCDCDC. Windows color (decimal): -2428555 or 7729626. OLE color: 7729626.

HSL color Cylindrical-coordinate representation of color #DAF175: hue angle of 71.13º degrees, saturation: 0.82, 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 #DAF175 is Cyan = 0.10, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB 218 241 117 -
CMYK 0.10 0 0.51 0.05
HSL 71.13º 0.82% 0.7% -
HSV(B) 71.13º 0.51% 0.95% -
XYZ 63.58 79.1 28.75 -
YUV 219.99 69.88 126.58 -
System Red Green Blue C M Y K H S L
Decimal 218 241 117 0.10 0 0.51 0.05 71.13 0.82 0.7
Hex DA F1 75 A 0 33 5 47 52 46
Octal 332 361 165 12 0 63 5 107 122 106
Binary 11011010 11110001 1110101 1010 0 110011 101 1000111 1010010 1000110

Color Harmonies of #DAF175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF175

Black with #DAF175

Text Example


Text Example

White with #DAF175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF175; }

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

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

background-color css

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

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

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

border-color css

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

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

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