Html Css Color HEX #DAFF64 Mindaro

📋 copy color: '#DAFF64'

red 218 ◦ green 255 ◦ blue 100

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

Shades of Mindaro #DAFF64

Tints of Mindaro #DAFF64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 17.45%

R = 38.05%
G = 44.5%
B = 17.45%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.61

 K value IS 0

RGB Variations

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

Color information

#DAFF64 (or 0xDAFF64) is known color: Mindaro. HEX triplet: DA, FF and 64. RGB value is (218,255,100). Sum of RGB (Red+Green+Blue) = 218+255+100=573 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.05% from 573); Green value is 255 (100% from 255 or 44.50% from 573); Blue value is 100 (39.45% from 255 or 17.45% from 573); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFF64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAFF64 is #25009B. Grayscale: #E2E2E2. Windows color (decimal): -2424988 or 6619098. OLE color: 6619098.

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

Color convert

RGB 218 255 100 -
CMYK 0.15 0 0.61 0
HSL 74.32º 1% 0.7% -
HSV(B) 74.32º 0.61% 1% -
XYZ 66.97 87.35 25.39 -
YUV 226.27 56.74 122.1 -
System Red Green Blue C M Y K H S L
Decimal 218 255 100 0.15 0 0.61 0 74.32 1 0.7
Hex DA FF 64 F 0 3D 0 4A 64 46
Octal 332 377 144 17 0 75 0 112 144 106
Binary 11011010 11111111 1100100 1111 0 111101 0 1001010 1100100 1000110

Color Harmonies of #DAFF64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFF64

Black with #DAFF64

Text Example


Text Example

White with #DAFF64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFF64; }

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

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

background-color css

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

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

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

border-color css

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

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

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