Html Css Color HEX #DAF475 Mindaro

📋 copy color: '#DAF475'

red 218 ◦ green 244 ◦ blue 117

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

Shades of Mindaro #DAF475

Tints of Mindaro #DAF475

RGB

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

 GREEN value IS 244 (95.7% from 255) = 42.14%

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

R = 37.65%
G = 42.14%
B = 20.21%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#DAF475 (or 0xDAF475) is known color: Mindaro. HEX triplet: DA, F4 and 75. RGB value is (218,244,117). Sum of RGB (Red+Green+Blue) = 218+244+117=579 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.65% from 579); Green value is 244 (95.70% from 255 or 42.14% from 579); Blue value is 117 (46.09% from 255 or 20.21% from 579); Max value from RGB is 244 - color contains mainly: green. Hex color #DAF475 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF475 is #250B8A. Grayscale: #DEDEDE. Windows color (decimal): -2427787 or 7730394. OLE color: 7730394.

HSL color Cylindrical-coordinate representation of color #DAF475: hue angle of 72.28º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DAF475 is Cyan = 0.11, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.04.

Color convert

RGB 218 244 117 -
CMYK 0.11 0 0.52 0.04
HSL 72.28º 0.85% 0.71% -
HSV(B) 72.28º 0.52% 0.96% -
XYZ 64.48 80.89 29.04 -
YUV 221.75 68.89 125.33 -
System Red Green Blue C M Y K H S L
Decimal 218 244 117 0.11 0 0.52 0.04 72.28 0.85 0.71
Hex DA F4 75 B 0 34 4 48 55 47
Octal 332 364 165 13 0 64 4 110 125 107
Binary 11011010 11110100 1110101 1011 0 110100 100 1001000 1010101 1000111

Color Harmonies of #DAF475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF475

Black with #DAF475

Text Example


Text Example

White with #DAF475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF475; }

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

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

background-color css

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

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

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

border-color css

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

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

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