Html Css Color HEX #DAFD7A Mindaro

📋 copy color: '#DAFD7A'

red 218 ◦ green 253 ◦ blue 122

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

Shades of Mindaro #DAFD7A

Tints of Mindaro #DAFD7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 20.57%

R = 36.76%
G = 42.66%
B = 20.57%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#DAFD7A (or 0xDAFD7A) is known color: Mindaro. HEX triplet: DA, FD and 7A. RGB value is (218,253,122). Sum of RGB (Red+Green+Blue) = 218+253+122=593 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.76% from 593); Green value is 253 (99.22% from 255 or 42.66% from 593); Blue value is 122 (48.05% from 255 or 20.57% from 593); Max value from RGB is 253 - color contains mainly: green. Hex color #DAFD7A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAFD7A is #250285. Grayscale: #E4E4E4. Windows color (decimal): -2425478 or 8060378. OLE color: 8060378.

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

Color convert

RGB 218 253 122 -
CMYK 0.14 0 0.52 0.01
HSL 76.03º 0.97% 0.74% -
HSV(B) 76.03º 0.52% 0.99% -
XYZ 67.55 86.56 31.56 -
YUV 227.6 68.4 121.15 -
System Red Green Blue C M Y K H S L
Decimal 218 253 122 0.14 0 0.52 0.01 76.03 0.97 0.74
Hex DA FD 7A E 0 34 1 4C 61 4A
Octal 332 375 172 16 0 64 1 114 141 112
Binary 11011010 11111101 1111010 1110 0 110100 1 1001100 1100001 1001010

Color Harmonies of #DAFD7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFD7A

Black with #DAFD7A

Text Example


Text Example

White with #DAFD7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFD7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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