Html Css Color HEX #DAEA5A Mindaro

📋 copy color: '#DAEA5A'

red 218 ◦ green 234 ◦ blue 90

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

Shades of Mindaro #DAEA5A

Tints of Mindaro #DAEA5A

RGB

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

 GREEN value IS 234 (91.8% from 255) = 43.17%

 BLUE value IS 90 (35.55% from 255) = 16.61%

R = 40.22%
G = 43.17%
B = 16.61%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.62

 K value IS 0.08

RGB Variations

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

Color information

#DAEA5A (or 0xDAEA5A) is known color: Mindaro. HEX triplet: DA, EA and 5A. RGB value is (218,234,90). Sum of RGB (Red+Green+Blue) = 218+234+90=542 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.22% from 542); Green value is 234 (91.80% from 255 or 43.17% from 542); Blue value is 90 (35.55% from 255 or 16.61% from 542); Max value from RGB is 234 - color contains mainly: green. Hex color #DAEA5A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAEA5A is #2515A5. Grayscale: #D5D5D5. Windows color (decimal): -2430374 or 5958362. OLE color: 5958362.

HSL color Cylindrical-coordinate representation of color #DAEA5A: hue angle of 66.67º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DAEA5A is Cyan = 0.07, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.08.

Color convert

RGB 218 234 90 -
CMYK 0.07 0 0.62 0.08
HSL 66.67º 0.77% 0.64% -
HSV(B) 66.67º 0.62% 0.92% -
XYZ 60.18 74.49 20.88 -
YUV 212.8 58.7 131.71 -
System Red Green Blue C M Y K H S L
Decimal 218 234 90 0.07 0 0.62 0.08 66.67 0.77 0.64
Hex DA EA 5A 7 0 3E 8 43 4D 40
Octal 332 352 132 7 0 76 10 103 115 100
Binary 11011010 11101010 1011010 111 0 111110 1000 1000011 1001101 1000000

Color Harmonies of #DAEA5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEA5A

Black with #DAEA5A

Text Example


Text Example

White with #DAEA5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEA5A; }

 p { color: rgb(218,234,90); }

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

background-color css

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

 a { background-color: rgb(218,234,90); }

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

border-color css

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

 span { border-color: rgb(218,234,90); }

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