Html Css Color HEX #DAF077 Mindaro

📋 copy color: '#DAF077'

red 218 ◦ green 240 ◦ blue 119

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

Shades of Mindaro #DAF077

Tints of Mindaro #DAF077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 20.62%

R = 37.78%
G = 41.59%
B = 20.62%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.50

 K value IS 0.06

RGB Variations

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

Color information

#DAF077 (or 0xDAF077) is known color: Mindaro. HEX triplet: DA, F0 and 77. RGB value is (218,240,119). Sum of RGB (Red+Green+Blue) = 218+240+119=577 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.78% from 577); Green value is 240 (94.14% from 255 or 41.59% from 577); Blue value is 119 (46.88% from 255 or 20.62% from 577); Max value from RGB is 240 - color contains mainly: green. Hex color #DAF077 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF077 is #250F88. Grayscale: #DCDCDC. Windows color (decimal): -2428809 or 7860442. OLE color: 7860442.

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

Color convert

RGB 218 240 119 -
CMYK 0.09 0 0.50 0.06
HSL 70.91º 0.8% 0.7% -
HSV(B) 70.91º 0.5% 0.94% -
XYZ 63.4 78.56 29.27 -
YUV 219.63 71.21 126.84 -
System Red Green Blue C M Y K H S L
Decimal 218 240 119 0.09 0 0.50 0.06 70.91 0.8 0.7
Hex DA F0 77 9 0 32 6 47 50 46
Octal 332 360 167 11 0 62 6 107 120 106
Binary 11011010 11110000 1110111 1001 0 110010 110 1000111 1010000 1000110

Color Harmonies of #DAF077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF077

Black with #DAF077

Text Example


Text Example

White with #DAF077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF077; }

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

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

background-color css

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

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

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

border-color css

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

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

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