Html Css Color HEX #DAF77C Mindaro

📋 copy color: '#DAF77C'

red 218 ◦ green 247 ◦ blue 124

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

Shades of Mindaro #DAF77C

Tints of Mindaro #DAF77C

RGB

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

 GREEN value IS 247 (96.88% from 255) = 41.94%

 BLUE value IS 124 (48.83% from 255) = 21.05%

R = 37.01%
G = 41.94%
B = 21.05%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.50

 K value IS 0.03

RGB Variations

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

Color information

#DAF77C (or 0xDAF77C) is known color: Mindaro. HEX triplet: DA, F7 and 7C. RGB value is (218,247,124). Sum of RGB (Red+Green+Blue) = 218+247+124=589 (78% of max value = 765). Red value is 218 (85.55% from 255 or 37.01% from 589); Green value is 247 (96.88% from 255 or 41.94% from 589); Blue value is 124 (48.83% from 255 or 21.05% from 589); Max value from RGB is 247 - color contains mainly: green. Hex color #DAF77C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF77C is #250883. Grayscale: #E0E0E0. Windows color (decimal): -2427012 or 8189914. OLE color: 8189914.

HSL color Cylindrical-coordinate representation of color #DAF77C: hue angle of 74.15º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DAF77C is Cyan = 0.12, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.03.

Color convert

RGB 218 247 124 -
CMYK 0.12 0 0.50 0.03
HSL 74.15º 0.88% 0.73% -
HSV(B) 74.15º 0.5% 0.97% -
XYZ 65.81 82.88 31.6 -
YUV 224.31 71.39 123.5 -
System Red Green Blue C M Y K H S L
Decimal 218 247 124 0.12 0 0.50 0.03 74.15 0.88 0.73
Hex DA F7 7C C 0 32 3 4A 58 49
Octal 332 367 174 14 0 62 3 112 130 111
Binary 11011010 11110111 1111100 1100 0 110010 11 1001010 1011000 1001001

Color Harmonies of #DAF77C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF77C

Black with #DAF77C

Text Example


Text Example

White with #DAF77C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF77C; }

 p { color: rgb(218,247,124); }

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

background-color css

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

 a { background-color: rgb(218,247,124); }

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

border-color css

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

 span { border-color: rgb(218,247,124); }

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