Html Css Color HEX #DAF073 Mindaro

📋 copy color: '#DAF073'

red 218 ◦ green 240 ◦ blue 115

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

Shades of Mindaro #DAF073

Tints of Mindaro #DAF073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 20.07%

R = 38.05%
G = 41.88%
B = 20.07%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#DAF073 (or 0xDAF073) is known color: Mindaro. HEX triplet: DA, F0 and 73. RGB value is (218,240,115). Sum of RGB (Red+Green+Blue) = 218+240+115=573 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.05% from 573); Green value is 240 (94.14% from 255 or 41.88% from 573); Blue value is 115 (45.31% from 255 or 20.07% from 573); Max value from RGB is 240 - color contains mainly: green. Hex color #DAF073 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF073 is #250F8C. Grayscale: #DBDBDB. Windows color (decimal): -2428813 or 7598298. OLE color: 7598298.

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

Color convert

RGB 218 240 115 -
CMYK 0.09 0 0.52 0.06
HSL 70.56º 0.81% 0.7% -
HSV(B) 70.56º 0.52% 0.94% -
XYZ 63.17 78.46 28.04 -
YUV 219.17 69.21 127.16 -
System Red Green Blue C M Y K H S L
Decimal 218 240 115 0.09 0 0.52 0.06 70.56 0.81 0.7
Hex DA F0 73 9 0 34 6 47 51 46
Octal 332 360 163 11 0 64 6 107 121 106
Binary 11011010 11110000 1110011 1001 0 110100 110 1000111 1010001 1000110

Color Harmonies of #DAF073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF073

Black with #DAF073

Text Example


Text Example

White with #DAF073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF073; }

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

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

background-color css

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

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

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

border-color css

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

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

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