Html Css Color HEX #DAFC74 Mindaro

📋 copy color: '#DAFC74'

red 218 ◦ green 252 ◦ blue 116

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

Shades of Mindaro #DAFC74

Tints of Mindaro #DAFC74

RGB

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

 GREEN value IS 252 (98.83% from 255) = 43%

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

R = 37.2%
G = 43%
B = 19.8%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#DAFC74 (or 0xDAFC74) is known color: Mindaro. HEX triplet: DA, FC and 74. RGB value is (218,252,116). Sum of RGB (Red+Green+Blue) = 218+252+116=586 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.20% from 586); Green value is 252 (98.83% from 255 or 43.00% from 586); Blue value is 116 (45.70% from 255 or 19.80% from 586); Max value from RGB is 252 - color contains mainly: green. Hex color #DAFC74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAFC74 is #25038B. Grayscale: #E2E2E2. Windows color (decimal): -2425740 or 7666906. OLE color: 7666906.

HSL color Cylindrical-coordinate representation of color #DAFC74: hue angle of 75º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DAFC74 is Cyan = 0.13, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.01.

Color convert

RGB 218 252 116 -
CMYK 0.13 0 0.54 0.01
HSL 75º 0.96% 0.72% -
HSV(B) 75º 0.54% 0.99% -
XYZ 66.88 85.79 29.56 -
YUV 226.33 65.74 122.06 -
System Red Green Blue C M Y K H S L
Decimal 218 252 116 0.13 0 0.54 0.01 75 0.96 0.72
Hex DA FC 74 D 0 36 1 4B 60 48
Octal 332 374 164 15 0 66 1 113 140 110
Binary 11011010 11111100 1110100 1101 0 110110 1 1001011 1100000 1001000

Color Harmonies of #DAFC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFC74

Black with #DAFC74

Text Example


Text Example

White with #DAFC74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFC74; }

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

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

background-color css

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

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

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

border-color css

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

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

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