Html Css Color HEX #DAF076 Mindaro

📋 copy color: '#DAF076'

red 218 ◦ green 240 ◦ blue 118

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

Shades of Mindaro #DAF076

Tints of Mindaro #DAF076

RGB

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

 GREEN value IS 240 (94.14% from 255) = 41.67%

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

R = 37.85%
G = 41.67%
B = 20.49%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#DAF076 (or 0xDAF076) is known color: Mindaro. HEX triplet: DA, F0 and 76. RGB value is (218,240,118). Sum of RGB (Red+Green+Blue) = 218+240+118=576 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.85% from 576); Green value is 240 (94.14% from 255 or 41.67% from 576); Blue value is 118 (46.48% from 255 or 20.49% from 576); Max value from RGB is 240 - color contains mainly: green. Hex color #DAF076 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF076 is #250F89. Grayscale: #DBDBDB. Windows color (decimal): -2428810 or 7794906. OLE color: 7794906.

HSL color Cylindrical-coordinate representation of color #DAF076: hue angle of 70.82º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DAF076 is Cyan = 0.09, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.06.

Color convert

RGB 218 240 118 -
CMYK 0.09 0 0.51 0.06
HSL 70.82º 0.8% 0.7% -
HSV(B) 70.82º 0.51% 0.94% -
XYZ 63.34 78.53 28.96 -
YUV 219.51 70.71 126.92 -
System Red Green Blue C M Y K H S L
Decimal 218 240 118 0.09 0 0.51 0.06 70.82 0.8 0.7
Hex DA F0 76 9 0 33 6 47 50 46
Octal 332 360 166 11 0 63 6 107 120 106
Binary 11011010 11110000 1110110 1001 0 110011 110 1000111 1010000 1000110

Color Harmonies of #DAF076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF076

Black with #DAF076

Text Example


Text Example

White with #DAF076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF076; }

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

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

background-color css

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

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

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

border-color css

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

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

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