Html Css Color HEX #DAFD7C Mindaro

📋 copy color: '#DAFD7C'

red 218 ◦ green 253 ◦ blue 124

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

Shades of Mindaro #DAFD7C

Tints of Mindaro #DAFD7C

RGB

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

 GREEN value IS 253 (99.22% from 255) = 42.52%

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

R = 36.64%
G = 42.52%
B = 20.84%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#DAFD7C (or 0xDAFD7C) is known color: Mindaro. HEX triplet: DA, FD and 7C. RGB value is (218,253,124). Sum of RGB (Red+Green+Blue) = 218+253+124=595 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.64% from 595); Green value is 253 (99.22% from 255 or 42.52% from 595); Blue value is 124 (48.83% from 255 or 20.84% from 595); Max value from RGB is 253 - color contains mainly: green. Hex color #DAFD7C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAFD7C is #250283. Grayscale: #E4E4E4. Windows color (decimal): -2425476 or 8191450. OLE color: 8191450.

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

Color convert

RGB 218 253 124 -
CMYK 0.14 0 0.51 0.01
HSL 76.28º 0.97% 0.74% -
HSV(B) 76.28º 0.51% 0.99% -
XYZ 67.68 86.61 32.22 -
YUV 227.83 69.4 120.99 -
System Red Green Blue C M Y K H S L
Decimal 218 253 124 0.14 0 0.51 0.01 76.28 0.97 0.74
Hex DA FD 7C E 0 33 1 4C 61 4A
Octal 332 375 174 16 0 63 1 114 141 112
Binary 11011010 11111101 1111100 1110 0 110011 1 1001100 1100001 1001010

Color Harmonies of #DAFD7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFD7C

Black with #DAFD7C

Text Example


Text Example

White with #DAFD7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFD7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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