Html Css Color HEX #DAF57A Mindaro

📋 copy color: '#DAF57A'

red 218 ◦ green 245 ◦ blue 122

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

Shades of Mindaro #DAF57A

Tints of Mindaro #DAF57A

RGB

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

 GREEN value IS 245 (96.09% from 255) = 41.88%

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

R = 37.26%
G = 41.88%
B = 20.85%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.50

 K value IS 0.04

RGB Variations

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

Color information

#DAF57A (or 0xDAF57A) is known color: Mindaro. HEX triplet: DA, F5 and 7A. RGB value is (218,245,122). Sum of RGB (Red+Green+Blue) = 218+245+122=585 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.26% from 585); Green value is 245 (96.09% from 255 or 41.88% from 585); Blue value is 122 (48.05% from 255 or 20.85% from 585); Max value from RGB is 245 - color contains mainly: green. Hex color #DAF57A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF57A is #250A85. Grayscale: #DFDFDF. Windows color (decimal): -2427526 or 8058330. OLE color: 8058330.

HSL color Cylindrical-coordinate representation of color #DAF57A: hue angle of 73.17º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DAF57A is Cyan = 0.11, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB 218 245 122 -
CMYK 0.11 0 0.50 0.04
HSL 73.17º 0.86% 0.72% -
HSV(B) 73.17º 0.5% 0.96% -
XYZ 65.08 81.62 30.74 -
YUV 222.91 71.05 124.5 -
System Red Green Blue C M Y K H S L
Decimal 218 245 122 0.11 0 0.50 0.04 73.17 0.86 0.72
Hex DA F5 7A B 0 32 4 49 56 48
Octal 332 365 172 13 0 62 4 111 126 110
Binary 11011010 11110101 1111010 1011 0 110010 100 1001001 1010110 1001000

Color Harmonies of #DAF57A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF57A

Black with #DAF57A

Text Example


Text Example

White with #DAF57A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF57A; }

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

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

background-color css

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

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

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

border-color css

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

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

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