Html Css Color HEX #DAFA79 Mindaro

📋 copy color: '#DAFA79'

red 218 ◦ green 250 ◦ blue 121

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

Shades of Mindaro #DAFA79

Tints of Mindaro #DAFA79

RGB

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

 GREEN value IS 250 (98.05% from 255) = 42.44%

 BLUE value IS 121 (47.66% from 255) = 20.54%

R = 37.01%
G = 42.44%
B = 20.54%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#DAFA79 (or 0xDAFA79) is known color: Mindaro. HEX triplet: DA, FA and 79. RGB value is (218,250,121). Sum of RGB (Red+Green+Blue) = 218+250+121=589 (78% of max value = 765). Red value is 218 (85.55% from 255 or 37.01% from 589); Green value is 250 (98.05% from 255 or 42.44% from 589); Blue value is 121 (47.66% from 255 or 20.54% from 589); Max value from RGB is 250 - color contains mainly: green. Hex color #DAFA79 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAFA79 is #250586. Grayscale: #E2E2E2. Windows color (decimal): -2426247 or 7994074. OLE color: 7994074.

HSL color Cylindrical-coordinate representation of color #DAFA79: hue angle of 74.88º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DAFA79 is Cyan = 0.13, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.02.

Color convert

RGB 218 250 121 -
CMYK 0.13 0 0.52 0.02
HSL 74.88º 0.93% 0.73% -
HSV(B) 74.88º 0.52% 0.98% -
XYZ 66.55 84.66 30.92 -
YUV 225.73 68.9 122.49 -
System Red Green Blue C M Y K H S L
Decimal 218 250 121 0.13 0 0.52 0.02 74.88 0.93 0.73
Hex DA FA 79 D 0 34 2 4B 5D 49
Octal 332 372 171 15 0 64 2 113 135 111
Binary 11011010 11111010 1111001 1101 0 110100 10 1001011 1011101 1001001

Color Harmonies of #DAFA79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFA79

Black with #DAFA79

Text Example


Text Example

White with #DAFA79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFA79; }

 p { color: rgb(218,250,121); }

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

background-color css

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

 a { background-color: rgb(218,250,121); }

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

border-color css

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

 span { border-color: rgb(218,250,121); }

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