Html Css Color HEX #DAFF66 Mindaro

📋 copy color: '#DAFF66'

red 218 ◦ green 255 ◦ blue 102

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

Shades of Mindaro #DAFF66

Tints of Mindaro #DAFF66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 17.74%

R = 37.91%
G = 44.35%
B = 17.74%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.6

 K value IS 0

RGB Variations

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

Color information

#DAFF66 (or 0xDAFF66) is known color: Mindaro. HEX triplet: DA, FF and 66. RGB value is (218,255,102). Sum of RGB (Red+Green+Blue) = 218+255+102=575 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.91% from 575); Green value is 255 (100% from 255 or 44.35% from 575); Blue value is 102 (40.23% from 255 or 17.74% from 575); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFF66 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAFF66 is #250099. Grayscale: #E3E3E3. Windows color (decimal): -2424986 or 6750170. OLE color: 6750170.

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

Color convert

RGB 218 255 102 -
CMYK 0.15 0 0.6 0
HSL 74.51º 1% 0.7% -
HSV(B) 74.51º 0.6% 1% -
XYZ 67.07 87.38 25.9 -
YUV 226.5 57.74 121.94 -
System Red Green Blue C M Y K H S L
Decimal 218 255 102 0.15 0 0.6 0 74.51 1 0.7
Hex DA FF 66 F 0 3C 0 4B 64 46
Octal 332 377 146 17 0 74 0 113 144 106
Binary 11011010 11111111 1100110 1111 0 111100 0 1001011 1100100 1000110

Color Harmonies of #DAFF66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFF66

Black with #DAFF66

Text Example


Text Example

White with #DAFF66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFF66; }

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

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

background-color css

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

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

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

border-color css

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

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

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