Html Css Color HEX #DAF970 Mindaro

📋 copy color: '#DAF970'

red 218 ◦ green 249 ◦ blue 112

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

Shades of Mindaro #DAF970

Tints of Mindaro #DAF970

RGB

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

 GREEN value IS 249 (97.66% from 255) = 43.01%

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

R = 37.65%
G = 43.01%
B = 19.34%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#DAF970 (or 0xDAF970) is known color: Mindaro. HEX triplet: DA, F9 and 70. RGB value is (218,249,112). Sum of RGB (Red+Green+Blue) = 218+249+112=579 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.65% from 579); Green value is 249 (97.66% from 255 or 43.01% from 579); Blue value is 112 (44.14% from 255 or 19.34% from 579); Max value from RGB is 249 - color contains mainly: green. Hex color #DAF970 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF970 is #25068F. Grayscale: #E0E0E0. Windows color (decimal): -2426512 or 7403994. OLE color: 7403994.

HSL color Cylindrical-coordinate representation of color #DAF970: hue angle of 73.58º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DAF970 is Cyan = 0.12, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB 218 249 112 -
CMYK 0.12 0 0.55 0.02
HSL 73.58º 0.92% 0.71% -
HSV(B) 73.58º 0.55% 0.98% -
XYZ 65.71 83.83 28.05 -
YUV 224.11 64.73 123.64 -
System Red Green Blue C M Y K H S L
Decimal 218 249 112 0.12 0 0.55 0.02 73.58 0.92 0.71
Hex DA F9 70 C 0 37 2 4A 5C 47
Octal 332 371 160 14 0 67 2 112 134 107
Binary 11011010 11111001 1110000 1100 0 110111 10 1001010 1011100 1000111

Color Harmonies of #DAF970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF970

Black with #DAF970

Text Example


Text Example

White with #DAF970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF970; }

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

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

background-color css

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

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

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

border-color css

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

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

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