Html Css Color HEX #DAF476 Mindaro

📋 copy color: '#DAF476'

red 218 ◦ green 244 ◦ blue 118

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

Shades of Mindaro #DAF476

Tints of Mindaro #DAF476

RGB

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

 GREEN value IS 244 (95.7% from 255) = 42.07%

 BLUE value IS 118 (46.48% from 255) = 20.34%

R = 37.59%
G = 42.07%
B = 20.34%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#DAF476 (or 0xDAF476) is known color: Mindaro. HEX triplet: DA, F4 and 76. RGB value is (218,244,118). Sum of RGB (Red+Green+Blue) = 218+244+118=580 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.59% from 580); Green value is 244 (95.70% from 255 or 42.07% from 580); Blue value is 118 (46.48% from 255 or 20.34% from 580); Max value from RGB is 244 - color contains mainly: green. Hex color #DAF476 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF476 is #250B89. Grayscale: #DEDEDE. Windows color (decimal): -2427786 or 7795930. OLE color: 7795930.

HSL color Cylindrical-coordinate representation of color #DAF476: hue angle of 72.38º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DAF476 is Cyan = 0.11, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.04.

Color convert

RGB 218 244 118 -
CMYK 0.11 0 0.52 0.04
HSL 72.38º 0.85% 0.71% -
HSV(B) 72.38º 0.52% 0.96% -
XYZ 64.53 80.91 29.36 -
YUV 221.86 69.39 125.25 -
System Red Green Blue C M Y K H S L
Decimal 218 244 118 0.11 0 0.52 0.04 72.38 0.85 0.71
Hex DA F4 76 B 0 34 4 48 55 47
Octal 332 364 166 13 0 64 4 110 125 107
Binary 11011010 11110100 1110110 1011 0 110100 100 1001000 1010101 1000111

Color Harmonies of #DAF476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF476

Black with #DAF476

Text Example


Text Example

White with #DAF476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF476; }

 p { color: rgb(218,244,118); }

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

background-color css

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

 a { background-color: rgb(218,244,118); }

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

border-color css

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

 span { border-color: rgb(218,244,118); }

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