Html Css Color HEX #DAF66D Mindaro

📋 copy color: '#DAF66D'

red 218 ◦ green 246 ◦ blue 109

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

Shades of Mindaro #DAF66D

Tints of Mindaro #DAF66D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 19.02%

R = 38.05%
G = 42.93%
B = 19.02%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.56

 K value IS 0.04

RGB Variations

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

Color information

#DAF66D (or 0xDAF66D) is known color: Mindaro. HEX triplet: DA, F6 and 6D. RGB value is (218,246,109). Sum of RGB (Red+Green+Blue) = 218+246+109=573 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.05% from 573); Green value is 246 (96.48% from 255 or 42.93% from 573); Blue value is 109 (42.97% from 255 or 19.02% from 573); Max value from RGB is 246 - color contains mainly: green. Hex color #DAF66D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF66D is #250992. Grayscale: #DEDEDE. Windows color (decimal): -2427283 or 7206618. OLE color: 7206618.

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

Color convert

RGB 218 246 109 -
CMYK 0.11 0 0.56 0.04
HSL 72.26º 0.88% 0.7% -
HSV(B) 72.26º 0.56% 0.96% -
XYZ 64.63 81.92 26.87 -
YUV 222.01 64.22 125.14 -
System Red Green Blue C M Y K H S L
Decimal 218 246 109 0.11 0 0.56 0.04 72.26 0.88 0.7
Hex DA F6 6D B 0 38 4 48 58 46
Octal 332 366 155 13 0 70 4 110 130 106
Binary 11011010 11110110 1101101 1011 0 111000 100 1001000 1011000 1000110

Color Harmonies of #DAF66D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF66D

Black with #DAF66D

Text Example


Text Example

White with #DAF66D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF66D; }

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

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

background-color css

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

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

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

border-color css

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

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

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