Html Css Color HEX #DAFC7E Mindaro

📋 copy color: '#DAFC7E'

red 218 ◦ green 252 ◦ blue 126

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

Shades of Mindaro #DAFC7E

Tints of Mindaro #DAFC7E

RGB

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

 GREEN value IS 252 (98.83% from 255) = 42.28%

 BLUE value IS 126 (49.61% from 255) = 21.14%

R = 36.58%
G = 42.28%
B = 21.14%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.5

 K value IS 0.01

RGB Variations

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

Color information

#DAFC7E (or 0xDAFC7E) is known color: Mindaro. HEX triplet: DA, FC and 7E. RGB value is (218,252,126). Sum of RGB (Red+Green+Blue) = 218+252+126=596 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.58% from 596); Green value is 252 (98.83% from 255 or 42.28% from 596); Blue value is 126 (49.61% from 255 or 21.14% from 596); Max value from RGB is 252 - color contains mainly: green. Hex color #DAFC7E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAFC7E is #250381. Grayscale: #E3E3E3. Windows color (decimal): -2425730 or 8322266. OLE color: 8322266.

HSL color Cylindrical-coordinate representation of color #DAFC7E: hue angle of 76.19º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DAFC7E is Cyan = 0.13, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.01.

Color convert

RGB 218 252 126 -
CMYK 0.13 0 0.5 0.01
HSL 76.19º 0.95% 0.74% -
HSV(B) 76.19º 0.5% 0.99% -
XYZ 67.49 86.03 32.79 -
YUV 227.47 70.74 121.25 -
System Red Green Blue C M Y K H S L
Decimal 218 252 126 0.13 0 0.5 0.01 76.19 0.95 0.74
Hex DA FC 7E D 0 32 1 4C 5F 4A
Octal 332 374 176 15 0 62 1 114 137 112
Binary 11011010 11111100 1111110 1101 0 110010 1 1001100 1011111 1001010

Color Harmonies of #DAFC7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFC7E

Black with #DAFC7E

Text Example


Text Example

White with #DAFC7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFC7E; }

 p { color: rgb(218,252,126); }

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

background-color css

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

 a { background-color: rgb(218,252,126); }

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

border-color css

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

 span { border-color: rgb(218,252,126); }

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