Html Css Color HEX #DAF06F Mindaro

📋 copy color: '#DAF06F'

red 218 ◦ green 240 ◦ blue 111

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

Shades of Mindaro #DAF06F

Tints of Mindaro #DAF06F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 19.51%

R = 38.31%
G = 42.18%
B = 19.51%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#DAF06F (or 0xDAF06F) is known color: Mindaro. HEX triplet: DA, F0 and 6F. RGB value is (218,240,111). Sum of RGB (Red+Green+Blue) = 218+240+111=569 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.31% from 569); Green value is 240 (94.14% from 255 or 42.18% from 569); Blue value is 111 (43.75% from 255 or 19.51% from 569); Max value from RGB is 240 - color contains mainly: green. Hex color #DAF06F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF06F is #250F90. Grayscale: #DBDBDB. Windows color (decimal): -2428817 or 7336154. OLE color: 7336154.

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

Color convert

RGB 218 240 111 -
CMYK 0.09 0 0.54 0.06
HSL 70.23º 0.81% 0.69% -
HSV(B) 70.23º 0.54% 0.94% -
XYZ 62.94 78.37 26.85 -
YUV 218.72 67.21 127.49 -
System Red Green Blue C M Y K H S L
Decimal 218 240 111 0.09 0 0.54 0.06 70.23 0.81 0.69
Hex DA F0 6F 9 0 36 6 46 51 45
Octal 332 360 157 11 0 66 6 106 121 105
Binary 11011010 11110000 1101111 1001 0 110110 110 1000110 1010001 1000101

Color Harmonies of #DAF06F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF06F

Black with #DAF06F

Text Example


Text Example

White with #DAF06F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF06F; }

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

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

background-color css

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

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

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

border-color css

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

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

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