Html Css Color HEX #DAF77A Mindaro

📋 copy color: '#DAF77A'

red 218 ◦ green 247 ◦ blue 122

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

Shades of Mindaro #DAF77A

Tints of Mindaro #DAF77A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 20.78%

R = 37.14%
G = 42.08%
B = 20.78%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.51

 K value IS 0.03

RGB Variations

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

Color information

#DAF77A (or 0xDAF77A) is known color: Mindaro. HEX triplet: DA, F7 and 7A. RGB value is (218,247,122). Sum of RGB (Red+Green+Blue) = 218+247+122=587 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.14% from 587); Green value is 247 (96.88% from 255 or 42.08% from 587); Blue value is 122 (48.05% from 255 or 20.78% from 587); Max value from RGB is 247 - color contains mainly: green. Hex color #DAF77A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF77A is #250885. Grayscale: #E0E0E0. Windows color (decimal): -2427014 or 8058842. OLE color: 8058842.

HSL color Cylindrical-coordinate representation of color #DAF77A: hue angle of 73.92º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DAF77A is Cyan = 0.12, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.03.

Color convert

RGB 218 247 122 -
CMYK 0.12 0 0.51 0.03
HSL 73.92º 0.89% 0.72% -
HSV(B) 73.92º 0.51% 0.97% -
XYZ 65.69 82.83 30.94 -
YUV 224.08 70.39 123.66 -
System Red Green Blue C M Y K H S L
Decimal 218 247 122 0.12 0 0.51 0.03 73.92 0.89 0.72
Hex DA F7 7A C 0 33 3 4A 59 48
Octal 332 367 172 14 0 63 3 112 131 110
Binary 11011010 11110111 1111010 1100 0 110011 11 1001010 1011001 1001000

Color Harmonies of #DAF77A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF77A

Black with #DAF77A

Text Example


Text Example

White with #DAF77A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF77A; }

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

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

background-color css

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

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

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

border-color css

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

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

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