Html Css Color HEX #DAFA7C Mindaro

📋 copy color: '#DAFA7C'

red 218 ◦ green 250 ◦ blue 124

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

Shades of Mindaro #DAFA7C

Tints of Mindaro #DAFA7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 20.95%

R = 36.82%
G = 42.23%
B = 20.95%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#DAFA7C (or 0xDAFA7C) is known color: Mindaro. HEX triplet: DA, FA and 7C. RGB value is (218,250,124). Sum of RGB (Red+Green+Blue) = 218+250+124=592 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.82% from 592); Green value is 250 (98.05% from 255 or 42.23% from 592); Blue value is 124 (48.83% from 255 or 20.95% from 592); Max value from RGB is 250 - color contains mainly: green. Hex color #DAFA7C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAFA7C is #250583. Grayscale: #E2E2E2. Windows color (decimal): -2426244 or 8190682. OLE color: 8190682.

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

Color convert

RGB 218 250 124 -
CMYK 0.13 0 0.50 0.02
HSL 75.24º 0.93% 0.73% -
HSV(B) 75.24º 0.5% 0.98% -
XYZ 66.74 84.73 31.91 -
YUV 226.07 70.4 122.25 -
System Red Green Blue C M Y K H S L
Decimal 218 250 124 0.13 0 0.50 0.02 75.24 0.93 0.73
Hex DA FA 7C D 0 32 2 4B 5D 49
Octal 332 372 174 15 0 62 2 113 135 111
Binary 11011010 11111010 1111100 1101 0 110010 10 1001011 1011101 1001001

Color Harmonies of #DAFA7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFA7C

Black with #DAFA7C

Text Example


Text Example

White with #DAFA7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFA7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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