Html Css Color HEX #DAF376 Mindaro

📋 copy color: '#DAF376'

red 218 ◦ green 243 ◦ blue 118

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

Shades of Mindaro #DAF376

Tints of Mindaro #DAF376

RGB

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

 GREEN value IS 243 (95.31% from 255) = 41.97%

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

R = 37.65%
G = 41.97%
B = 20.38%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#DAF376 (or 0xDAF376) is known color: Mindaro. HEX triplet: DA, F3 and 76. RGB value is (218,243,118). Sum of RGB (Red+Green+Blue) = 218+243+118=579 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.65% from 579); Green value is 243 (95.31% from 255 or 41.97% from 579); Blue value is 118 (46.48% from 255 or 20.38% from 579); Max value from RGB is 243 - color contains mainly: green. Hex color #DAF376 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF376 is #250C89. Grayscale: #DDDDDD. Windows color (decimal): -2428042 or 7795674. OLE color: 7795674.

HSL color Cylindrical-coordinate representation of color #DAF376: hue angle of 72º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DAF376 is Cyan = 0.10, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB 218 243 118 -
CMYK 0.10 0 0.51 0.05
HSL 72º 0.84% 0.71% -
HSV(B) 72º 0.51% 0.95% -
XYZ 64.23 80.31 29.26 -
YUV 221.28 69.72 125.66 -
System Red Green Blue C M Y K H S L
Decimal 218 243 118 0.10 0 0.51 0.05 72 0.84 0.71
Hex DA F3 76 A 0 33 5 48 54 47
Octal 332 363 166 12 0 63 5 110 124 107
Binary 11011010 11110011 1110110 1010 0 110011 101 1001000 1010100 1000111

Color Harmonies of #DAF376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF376

Black with #DAF376

Text Example


Text Example

White with #DAF376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF376; }

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

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

background-color css

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

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

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

border-color css

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

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

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