Html Css Color HEX #DAFA70 Mindaro

📋 copy color: '#DAFA70'

red 218 ◦ green 250 ◦ blue 112

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

Shades of Mindaro #DAFA70

Tints of Mindaro #DAFA70

RGB

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

 GREEN value IS 250 (98.05% from 255) = 43.1%

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

R = 37.59%
G = 43.1%
B = 19.31%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#DAFA70 (or 0xDAFA70) is known color: Mindaro. HEX triplet: DA, FA and 70. RGB value is (218,250,112). Sum of RGB (Red+Green+Blue) = 218+250+112=580 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.59% from 580); Green value is 250 (98.05% from 255 or 43.10% from 580); Blue value is 112 (44.14% from 255 or 19.31% from 580); Max value from RGB is 250 - color contains mainly: green. Hex color #DAFA70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAFA70 is #25058F. Grayscale: #E1E1E1. Windows color (decimal): -2426256 or 7404250. OLE color: 7404250.

HSL color Cylindrical-coordinate representation of color #DAFA70: hue angle of 73.91º degrees, saturation: 0.93, 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 #DAFA70 is Cyan = 0.13, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB 218 250 112 -
CMYK 0.13 0 0.55 0.02
HSL 73.91º 0.93% 0.71% -
HSV(B) 73.91º 0.55% 0.98% -
XYZ 66.02 84.45 28.15 -
YUV 224.7 64.4 123.22 -
System Red Green Blue C M Y K H S L
Decimal 218 250 112 0.13 0 0.55 0.02 73.91 0.93 0.71
Hex DA FA 70 D 0 37 2 4A 5D 47
Octal 332 372 160 15 0 67 2 112 135 107
Binary 11011010 11111010 1110000 1101 0 110111 10 1001010 1011101 1000111

Color Harmonies of #DAFA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFA70

Black with #DAFA70

Text Example


Text Example

White with #DAFA70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFA70; }

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

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

background-color css

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

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

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

border-color css

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

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

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