Html Css Color HEX #DAFE74 Mindaro

📋 copy color: '#DAFE74'

red 218 ◦ green 254 ◦ blue 116

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

Shades of Mindaro #DAFE74

Tints of Mindaro #DAFE74

RGB

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

 GREEN value IS 254 (99.61% from 255) = 43.2%

 BLUE value IS 116 (45.7% from 255) = 19.73%

R = 37.07%
G = 43.2%
B = 19.73%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.54

 K value IS 0.00

RGB Variations

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

Color information

#DAFE74 (or 0xDAFE74) is known color: Mindaro. HEX triplet: DA, FE and 74. RGB value is (218,254,116). Sum of RGB (Red+Green+Blue) = 218+254+116=588 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.07% from 588); Green value is 254 (99.61% from 255 or 43.20% from 588); Blue value is 116 (45.70% from 255 or 19.73% from 588); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFE74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAFE74 is #25018B. Grayscale: #E4E4E4. Windows color (decimal): -2425228 or 7667418. OLE color: 7667418.

HSL color Cylindrical-coordinate representation of color #DAFE74: hue angle of 75.65º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DAFE74 is Cyan = 0.14, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.00.

Color convert

RGB 218 254 116 -
CMYK 0.14 0 0.54 0.00
HSL 75.65º 0.99% 0.73% -
HSV(B) 75.65º 0.54% 1% -
XYZ 67.51 87.05 29.77 -
YUV 227.5 65.07 121.22 -
System Red Green Blue C M Y K H S L
Decimal 218 254 116 0.14 0 0.54 0.00 75.65 0.99 0.73
Hex DA FE 74 E 0 36 0 4C 63 49
Octal 332 376 164 16 0 66 0 114 143 111
Binary 11011010 11111110 1110100 1110 0 110110 0 1001100 1100011 1001001

Color Harmonies of #DAFE74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFE74

Black with #DAFE74

Text Example


Text Example

White with #DAFE74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFE74; }

 p { color: rgb(218,254,116); }

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

background-color css

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

 a { background-color: rgb(218,254,116); }

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

border-color css

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

 span { border-color: rgb(218,254,116); }

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