Html Css Color HEX #DAF072 Mindaro

📋 copy color: '#DAF072'

red 218 ◦ green 240 ◦ blue 114

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

Shades of Mindaro #DAF072

Tints of Mindaro #DAF072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 19.93%

R = 38.11%
G = 41.96%
B = 19.93%

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

#DAF072 (or 0xDAF072) is known color: Mindaro. HEX triplet: DA, F0 and 72. RGB value is (218,240,114). Sum of RGB (Red+Green+Blue) = 218+240+114=572 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.11% from 572); Green value is 240 (94.14% from 255 or 41.96% from 572); Blue value is 114 (44.92% from 255 or 19.93% from 572); Max value from RGB is 240 - color contains mainly: green. Hex color #DAF072 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF072 is #250F8D. Grayscale: #DBDBDB. Windows color (decimal): -2428814 or 7532762. OLE color: 7532762.

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

Color convert

RGB 218 240 114 -
CMYK 0.09 0 0.52 0.06
HSL 70.48º 0.81% 0.69% -
HSV(B) 70.48º 0.53% 0.94% -
XYZ 63.11 78.44 27.73 -
YUV 219.06 68.71 127.25 -
System Red Green Blue C M Y K H S L
Decimal 218 240 114 0.09 0 0.52 0.06 70.48 0.81 0.69
Hex DA F0 72 9 0 34 6 46 51 45
Octal 332 360 162 11 0 64 6 106 121 105
Binary 11011010 11110000 1110010 1001 0 110100 110 1000110 1010001 1000101

Color Harmonies of #DAF072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF072

Black with #DAF072

Text Example


Text Example

White with #DAF072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF072; }

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

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

background-color css

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

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

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

border-color css

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

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

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