Html Css Color HEX #DAF66A Mindaro

📋 copy color: '#DAF66A'

red 218 ◦ green 246 ◦ blue 106

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

Shades of Mindaro #DAF66A

Tints of Mindaro #DAF66A

RGB

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

 GREEN value IS 246 (96.48% from 255) = 43.16%

 BLUE value IS 106 (41.8% from 255) = 18.6%

R = 38.25%
G = 43.16%
B = 18.6%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.57

 K value IS 0.04

RGB Variations

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

Color information

#DAF66A (or 0xDAF66A) is known color: Mindaro. HEX triplet: DA, F6 and 6A. RGB value is (218,246,106). Sum of RGB (Red+Green+Blue) = 218+246+106=570 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.25% from 570); Green value is 246 (96.48% from 255 or 43.16% from 570); Blue value is 106 (41.80% from 255 or 18.60% from 570); Max value from RGB is 246 - color contains mainly: green. Hex color #DAF66A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF66A is #250995. Grayscale: #DEDEDE. Windows color (decimal): -2427286 or 7010010. OLE color: 7010010.

HSL color Cylindrical-coordinate representation of color #DAF66A: hue angle of 72º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DAF66A is Cyan = 0.11, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.04.

Color convert

RGB 218 246 106 -
CMYK 0.11 0 0.57 0.04
HSL 72º 0.89% 0.69% -
HSV(B) 72º 0.57% 0.96% -
XYZ 64.47 81.86 26.04 -
YUV 221.67 62.72 125.38 -
System Red Green Blue C M Y K H S L
Decimal 218 246 106 0.11 0 0.57 0.04 72 0.89 0.69
Hex DA F6 6A B 0 39 4 48 59 45
Octal 332 366 152 13 0 71 4 110 131 105
Binary 11011010 11110110 1101010 1011 0 111001 100 1001000 1011001 1000101

Color Harmonies of #DAF66A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF66A

Black with #DAF66A

Text Example


Text Example

White with #DAF66A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF66A; }

 p { color: rgb(218,246,106); }

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

background-color css

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

 a { background-color: rgb(218,246,106); }

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

border-color css

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

 span { border-color: rgb(218,246,106); }

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