Html Css Color HEX #DAF06D Mindaro

📋 copy color: '#DAF06D'

red 218 ◦ green 240 ◦ blue 109

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

Shades of Mindaro #DAF06D

Tints of Mindaro #DAF06D

RGB

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

 GREEN value IS 240 (94.14% from 255) = 42.33%

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

R = 38.45%
G = 42.33%
B = 19.22%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#DAF06D (or 0xDAF06D) is known color: Mindaro. HEX triplet: DA, F0 and 6D. RGB value is (218,240,109). Sum of RGB (Red+Green+Blue) = 218+240+109=567 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.45% from 567); Green value is 240 (94.14% from 255 or 42.33% from 567); Blue value is 109 (42.97% from 255 or 19.22% from 567); Max value from RGB is 240 - color contains mainly: green. Hex color #DAF06D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF06D is #250F92. Grayscale: #DADADA. Windows color (decimal): -2428819 or 7205082. OLE color: 7205082.

HSL color Cylindrical-coordinate representation of color #DAF06D: hue angle of 70.08º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DAF06D is Cyan = 0.09, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.

Color convert

RGB 218 240 109 -
CMYK 0.09 0 0.55 0.06
HSL 70.08º 0.81% 0.68% -
HSV(B) 70.08º 0.55% 0.94% -
XYZ 62.83 78.33 26.28 -
YUV 218.49 66.21 127.65 -
System Red Green Blue C M Y K H S L
Decimal 218 240 109 0.09 0 0.55 0.06 70.08 0.81 0.68
Hex DA F0 6D 9 0 37 6 46 51 44
Octal 332 360 155 11 0 67 6 106 121 104
Binary 11011010 11110000 1101101 1001 0 110111 110 1000110 1010001 1000100

Color Harmonies of #DAF06D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF06D

Black with #DAF06D

Text Example


Text Example

White with #DAF06D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF06D; }

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

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

background-color css

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

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

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

border-color css

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

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

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