Html Css Color HEX #DAFF71 Mindaro

📋 copy color: '#DAFF71'

red 218 ◦ green 255 ◦ blue 113

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

Shades of Mindaro #DAFF71

Tints of Mindaro #DAFF71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 19.28%

R = 37.2%
G = 43.52%
B = 19.28%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.56

 K value IS 0

RGB Variations

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

Color information

#DAFF71 (or 0xDAFF71) is known color: Mindaro. HEX triplet: DA, FF and 71. RGB value is (218,255,113). Sum of RGB (Red+Green+Blue) = 218+255+113=586 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.20% from 586); Green value is 255 (100% from 255 or 43.52% from 586); Blue value is 113 (44.53% from 255 or 19.28% from 586); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFF71 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAFF71 is #25008E. Grayscale: #E4E4E4. Windows color (decimal): -2424975 or 7471066. OLE color: 7471066.

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

Color convert

RGB 218 255 113 -
CMYK 0.15 0 0.56 0
HSL 75.63º 1% 0.72% -
HSV(B) 75.63º 0.56% 1% -
XYZ 67.65 87.62 28.97 -
YUV 227.75 63.24 121.05 -
System Red Green Blue C M Y K H S L
Decimal 218 255 113 0.15 0 0.56 0 75.63 1 0.72
Hex DA FF 71 F 0 38 0 4C 64 48
Octal 332 377 161 17 0 70 0 114 144 110
Binary 11011010 11111111 1110001 1111 0 111000 0 1001100 1100100 1001000

Color Harmonies of #DAFF71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFF71

Black with #DAFF71

Text Example


Text Example

White with #DAFF71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFF71; }

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

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

background-color css

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

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

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

border-color css

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

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

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