Html Css Color HEX #DAF070 Mindaro

📋 copy color: '#DAF070'

red 218 ◦ green 240 ◦ blue 112

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

Shades of Mindaro #DAF070

Tints of Mindaro #DAF070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 19.65%

R = 38.25%
G = 42.11%
B = 19.65%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#DAF070 (or 0xDAF070) is known color: Mindaro. HEX triplet: DA, F0 and 70. RGB value is (218,240,112). Sum of RGB (Red+Green+Blue) = 218+240+112=570 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.25% from 570); Green value is 240 (94.14% from 255 or 42.11% from 570); Blue value is 112 (44.14% from 255 or 19.65% from 570); Max value from RGB is 240 - color contains mainly: green. Hex color #DAF070 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF070 is #250F8F. Grayscale: #DBDBDB. Windows color (decimal): -2428816 or 7401690. OLE color: 7401690.

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

Color convert

RGB 218 240 112 -
CMYK 0.09 0 0.53 0.06
HSL 70.31º 0.81% 0.69% -
HSV(B) 70.31º 0.53% 0.94% -
XYZ 63 78.4 27.14 -
YUV 218.83 67.71 127.41 -
System Red Green Blue C M Y K H S L
Decimal 218 240 112 0.09 0 0.53 0.06 70.31 0.81 0.69
Hex DA F0 70 9 0 35 6 46 51 45
Octal 332 360 160 11 0 65 6 106 121 105
Binary 11011010 11110000 1110000 1001 0 110101 110 1000110 1010001 1000101

Color Harmonies of #DAF070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF070

Black with #DAF070

Text Example


Text Example

White with #DAF070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF070; }

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

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

background-color css

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

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

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

border-color css

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

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

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