Html Css Color HEX #DAFA7D Mindaro

📋 copy color: '#DAFA7D'

red 218 ◦ green 250 ◦ blue 125

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

Shades of Mindaro #DAFA7D

Tints of Mindaro #DAFA7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 21.08%

R = 36.76%
G = 42.16%
B = 21.08%

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

#DAFA7D (or 0xDAFA7D) is known color: Mindaro. HEX triplet: DA, FA and 7D. RGB value is (218,250,125). Sum of RGB (Red+Green+Blue) = 218+250+125=593 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.76% from 593); Green value is 250 (98.05% from 255 or 42.16% from 593); Blue value is 125 (49.22% from 255 or 21.08% from 593); Max value from RGB is 250 - color contains mainly: green. Hex color #DAFA7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAFA7D is #250582. Grayscale: #E2E2E2. Windows color (decimal): -2426243 or 8256218. OLE color: 8256218.

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

Color convert

RGB 218 250 125 -
CMYK 0.13 0 0.50 0.02
HSL 75.36º 0.93% 0.74% -
HSV(B) 75.36º 0.5% 0.98% -
XYZ 66.8 84.76 32.24 -
YUV 226.18 70.9 122.16 -
System Red Green Blue C M Y K H S L
Decimal 218 250 125 0.13 0 0.50 0.02 75.36 0.93 0.74
Hex DA FA 7D D 0 32 2 4B 5D 4A
Octal 332 372 175 15 0 62 2 113 135 112
Binary 11011010 11111010 1111101 1101 0 110010 10 1001011 1011101 1001010

Color Harmonies of #DAFA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFA7D

Black with #DAFA7D

Text Example


Text Example

White with #DAFA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFA7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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