Html Css Color HEX #DAFF74 Mindaro

📋 copy color: '#DAFF74'

red 218 ◦ green 255 ◦ blue 116

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

Shades of Mindaro #DAFF74

Tints of Mindaro #DAFF74

RGB

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

 GREEN value IS 255 (100% from 255) = 43.29%

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

R = 37.01%
G = 43.29%
B = 19.69%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.55

 K value IS 0

RGB Variations

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

Color information

#DAFF74 (or 0xDAFF74) is known color: Mindaro. HEX triplet: DA, FF and 74. RGB value is (218,255,116). Sum of RGB (Red+Green+Blue) = 218+255+116=589 (78% of max value = 765). Red value is 218 (85.55% from 255 or 37.01% from 589); Green value is 255 (100% from 255 or 43.29% from 589); Blue value is 116 (45.70% from 255 or 19.69% from 589); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFF74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAFF74 is #25008B. Grayscale: #E4E4E4. Windows color (decimal): -2424972 or 7667674. OLE color: 7667674.

HSL color Cylindrical-coordinate representation of color #DAFF74: hue angle of 75.97º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DAFF74 is Cyan = 0.15, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.

Color convert

RGB 218 255 116 -
CMYK 0.15 0 0.55 0
HSL 75.97º 1% 0.73% -
HSV(B) 75.97º 0.55% 1% -
XYZ 67.83 87.69 29.87 -
YUV 228.09 64.74 120.8 -
System Red Green Blue C M Y K H S L
Decimal 218 255 116 0.15 0 0.55 0 75.97 1 0.73
Hex DA FF 74 F 0 37 0 4C 64 49
Octal 332 377 164 17 0 67 0 114 144 111
Binary 11011010 11111111 1110100 1111 0 110111 0 1001100 1100100 1001001

Color Harmonies of #DAFF74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFF74

Black with #DAFF74

Text Example


Text Example

White with #DAFF74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFF74; }

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

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

background-color css

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

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

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

border-color css

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

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

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