Html Css Color HEX #DAFA7A Mindaro

📋 copy color: '#DAFA7A'

red 218 ◦ green 250 ◦ blue 122

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

Shades of Mindaro #DAFA7A

Tints of Mindaro #DAFA7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 20.68%

R = 36.95%
G = 42.37%
B = 20.68%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#DAFA7A (or 0xDAFA7A) is known color: Mindaro. HEX triplet: DA, FA and 7A. RGB value is (218,250,122). Sum of RGB (Red+Green+Blue) = 218+250+122=590 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.95% from 590); Green value is 250 (98.05% from 255 or 42.37% from 590); Blue value is 122 (48.05% from 255 or 20.68% from 590); Max value from RGB is 250 - color contains mainly: green. Hex color #DAFA7A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAFA7A is #250585. Grayscale: #E2E2E2. Windows color (decimal): -2426246 or 8059610. OLE color: 8059610.

HSL color Cylindrical-coordinate representation of color #DAFA7A: hue angle of 75º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DAFA7A is Cyan = 0.13, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.

Color convert

RGB 218 250 122 -
CMYK 0.13 0 0.51 0.02
HSL 75º 0.93% 0.73% -
HSV(B) 75º 0.51% 0.98% -
XYZ 66.61 84.68 31.25 -
YUV 225.84 69.4 122.41 -
System Red Green Blue C M Y K H S L
Decimal 218 250 122 0.13 0 0.51 0.02 75 0.93 0.73
Hex DA FA 7A D 0 33 2 4B 5D 49
Octal 332 372 172 15 0 63 2 113 135 111
Binary 11011010 11111010 1111010 1101 0 110011 10 1001011 1011101 1001001

Color Harmonies of #DAFA7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFA7A

Black with #DAFA7A

Text Example


Text Example

White with #DAFA7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFA7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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