Html Css Color HEX #DAFA78 Mindaro

📋 copy color: '#DAFA78'

red 218 ◦ green 250 ◦ blue 120

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

Shades of Mindaro #DAFA78

Tints of Mindaro #DAFA78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 20.41%

R = 37.07%
G = 42.52%
B = 20.41%

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

#DAFA78 (or 0xDAFA78) is known color: Mindaro. HEX triplet: DA, FA and 78. RGB value is (218,250,120). Sum of RGB (Red+Green+Blue) = 218+250+120=588 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.07% from 588); Green value is 250 (98.05% from 255 or 42.52% from 588); Blue value is 120 (47.27% from 255 or 20.41% from 588); Max value from RGB is 250 - color contains mainly: green. Hex color #DAFA78 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAFA78 is #250587. Grayscale: #E2E2E2. Windows color (decimal): -2426248 or 7928538. OLE color: 7928538.

HSL color Cylindrical-coordinate representation of color #DAFA78: hue angle of 74.77º 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 #DAFA78 is Cyan = 0.13, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.02.

Color convert

RGB 218 250 120 -
CMYK 0.13 0 0.52 0.02
HSL 74.77º 0.93% 0.73% -
HSV(B) 74.77º 0.52% 0.98% -
XYZ 66.49 84.63 30.6 -
YUV 225.61 68.4 122.57 -
System Red Green Blue C M Y K H S L
Decimal 218 250 120 0.13 0 0.52 0.02 74.77 0.93 0.73
Hex DA FA 78 D 0 34 2 4B 5D 49
Octal 332 372 170 15 0 64 2 113 135 111
Binary 11011010 11111010 1111000 1101 0 110100 10 1001011 1011101 1001001

Color Harmonies of #DAFA78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFA78

Black with #DAFA78

Text Example


Text Example

White with #DAFA78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFA78; }

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

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

background-color css

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

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

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

border-color css

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

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

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