Html Css Color HEX #DAFD6C Mindaro

📋 copy color: '#DAFD6C'

red 218 ◦ green 253 ◦ blue 108

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

Shades of Mindaro #DAFD6C

Tints of Mindaro #DAFD6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 18.65%

R = 37.65%
G = 43.7%
B = 18.65%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#DAFD6C (or 0xDAFD6C) is known color: Mindaro. HEX triplet: DA, FD and 6C. RGB value is (218,253,108). Sum of RGB (Red+Green+Blue) = 218+253+108=579 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.65% from 579); Green value is 253 (99.22% from 255 or 43.70% from 579); Blue value is 108 (42.58% from 255 or 18.65% from 579); Max value from RGB is 253 - color contains mainly: green. Hex color #DAFD6C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAFD6C is #250293. Grayscale: #E2E2E2. Windows color (decimal): -2425492 or 7142874. OLE color: 7142874.

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

Color convert

RGB 218 253 108 -
CMYK 0.14 0 0.57 0.01
HSL 74.48º 0.97% 0.71% -
HSV(B) 74.48º 0.57% 0.99% -
XYZ 66.75 86.24 27.32 -
YUV 226.01 61.4 122.29 -
System Red Green Blue C M Y K H S L
Decimal 218 253 108 0.14 0 0.57 0.01 74.48 0.97 0.71
Hex DA FD 6C E 0 39 1 4A 61 47
Octal 332 375 154 16 0 71 1 112 141 107
Binary 11011010 11111101 1101100 1110 0 111001 1 1001010 1100001 1000111

Color Harmonies of #DAFD6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFD6C

Black with #DAFD6C

Text Example


Text Example

White with #DAFD6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFD6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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