Html Css Color HEX #DAFC7F Mindaro

📋 copy color: '#DAFC7F'

red 218 ◦ green 252 ◦ blue 127

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

Shades of Mindaro #DAFC7F

Tints of Mindaro #DAFC7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 21.27%

R = 36.52%
G = 42.21%
B = 21.27%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#DAFC7F (or 0xDAFC7F) is known color: Mindaro. HEX triplet: DA, FC and 7F. RGB value is (218,252,127). Sum of RGB (Red+Green+Blue) = 218+252+127=597 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.52% from 597); Green value is 252 (98.83% from 255 or 42.21% from 597); Blue value is 127 (50% from 255 or 21.27% from 597); Max value from RGB is 252 - color contains mainly: green. Hex color #DAFC7F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAFC7F is #250380. Grayscale: #E4E4E4. Windows color (decimal): -2425729 or 8387802. OLE color: 8387802.

HSL color Cylindrical-coordinate representation of color #DAFC7F: hue angle of 76.32º 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 #DAFC7F is Cyan = 0.13, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.01.

Color convert

RGB 218 252 127 -
CMYK 0.13 0 0.50 0.01
HSL 76.32º 0.95% 0.74% -
HSV(B) 76.32º 0.5% 0.99% -
XYZ 67.55 86.06 33.13 -
YUV 227.58 71.24 121.16 -
System Red Green Blue C M Y K H S L
Decimal 218 252 127 0.13 0 0.50 0.01 76.32 0.95 0.74
Hex DA FC 7F D 0 32 1 4C 5F 4A
Octal 332 374 177 15 0 62 1 114 137 112
Binary 11011010 11111100 1111111 1101 0 110010 1 1001100 1011111 1001010

Color Harmonies of #DAFC7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFC7F

Black with #DAFC7F

Text Example


Text Example

White with #DAFC7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFC7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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