Html Css Color HEX #DAFE7C Mindaro

📋 copy color: '#DAFE7C'

red 218 ◦ green 254 ◦ blue 124

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

Shades of Mindaro #DAFE7C

Tints of Mindaro #DAFE7C

RGB

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

 GREEN value IS 254 (99.61% from 255) = 42.62%

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

R = 36.58%
G = 42.62%
B = 20.81%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.51

 K value IS 0.00

RGB Variations

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

Color information

#DAFE7C (or 0xDAFE7C) is known color: Mindaro. HEX triplet: DA, FE and 7C. RGB value is (218,254,124). Sum of RGB (Red+Green+Blue) = 218+254+124=596 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.58% from 596); Green value is 254 (99.61% from 255 or 42.62% from 596); Blue value is 124 (48.83% from 255 or 20.81% from 596); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFE7C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAFE7C is #250183. Grayscale: #E4E4E4. Windows color (decimal): -2425220 or 8191706. OLE color: 8191706.

HSL color Cylindrical-coordinate representation of color #DAFE7C: hue angle of 76.62º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DAFE7C is Cyan = 0.14, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.00.

Color convert

RGB 218 254 124 -
CMYK 0.14 0 0.51 0.00
HSL 76.62º 0.98% 0.74% -
HSV(B) 76.62º 0.51% 1% -
XYZ 67.99 87.24 32.32 -
YUV 228.42 69.07 120.57 -
System Red Green Blue C M Y K H S L
Decimal 218 254 124 0.14 0 0.51 0.00 76.62 0.98 0.74
Hex DA FE 7C E 0 33 0 4D 62 4A
Octal 332 376 174 16 0 63 0 115 142 112
Binary 11011010 11111110 1111100 1110 0 110011 0 1001101 1100010 1001010

Color Harmonies of #DAFE7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFE7C

Black with #DAFE7C

Text Example


Text Example

White with #DAFE7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFE7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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