Html Css Color HEX #DAFF72 Mindaro

📋 copy color: '#DAFF72'

red 218 ◦ green 255 ◦ blue 114

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

Shades of Mindaro #DAFF72

Tints of Mindaro #DAFF72

RGB

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

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

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

R = 37.14%
G = 43.44%
B = 19.42%

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

#DAFF72 (or 0xDAFF72) is known color: Mindaro. HEX triplet: DA, FF and 72. RGB value is (218,255,114). Sum of RGB (Red+Green+Blue) = 218+255+114=587 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.14% from 587); Green value is 255 (100% from 255 or 43.44% from 587); Blue value is 114 (44.92% from 255 or 19.42% from 587); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFF72 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAFF72 is #25008D. Grayscale: #E4E4E4. Windows color (decimal): -2424974 or 7536602. OLE color: 7536602.

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

Color convert

RGB 218 255 114 -
CMYK 0.15 0 0.55 0
HSL 75.74º 1% 0.72% -
HSV(B) 75.74º 0.55% 1% -
XYZ 67.71 87.64 29.27 -
YUV 227.86 63.74 120.96 -
System Red Green Blue C M Y K H S L
Decimal 218 255 114 0.15 0 0.55 0 75.74 1 0.72
Hex DA FF 72 F 0 37 0 4C 64 48
Octal 332 377 162 17 0 67 0 114 144 110
Binary 11011010 11111111 1110010 1111 0 110111 0 1001100 1100100 1001000

Color Harmonies of #DAFF72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFF72

Black with #DAFF72

Text Example


Text Example

White with #DAFF72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFF72; }

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

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

background-color css

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

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

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

border-color css

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

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

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