Html Css Color HEX #DAEA7C Mindaro

📋 copy color: '#DAEA7C'

red 218 ◦ green 234 ◦ blue 124

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

Shades of Mindaro #DAEA7C

Tints of Mindaro #DAEA7C

RGB

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

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

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

R = 37.85%
G = 40.63%
B = 21.53%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#DAEA7C (or 0xDAEA7C) is known color: Mindaro. HEX triplet: DA, EA and 7C. RGB value is (218,234,124). Sum of RGB (Red+Green+Blue) = 218+234+124=576 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.85% from 576); Green value is 234 (91.80% from 255 or 40.62% from 576); Blue value is 124 (48.83% from 255 or 21.53% from 576); Max value from RGB is 234 - color contains mainly: green. Hex color #DAEA7C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAEA7C is #251583. Grayscale: #D9D9D9. Windows color (decimal): -2430340 or 8186586. OLE color: 8186586.

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

Color convert

RGB 218 234 124 -
CMYK 0.07 0 0.47 0.08
HSL 68.73º 0.72% 0.7% -
HSV(B) 68.73º 0.47% 0.92% -
XYZ 61.97 75.21 30.32 -
YUV 216.68 75.7 128.94 -
System Red Green Blue C M Y K H S L
Decimal 218 234 124 0.07 0 0.47 0.08 68.73 0.72 0.7
Hex DA EA 7C 7 0 2F 8 45 48 46
Octal 332 352 174 7 0 57 10 105 110 106
Binary 11011010 11101010 1111100 111 0 101111 1000 1000101 1001000 1000110

Color Harmonies of #DAEA7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEA7C

Black with #DAEA7C

Text Example


Text Example

White with #DAEA7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEA7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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