Html Css Color HEX #DAEA7F Mindaro

📋 copy color: '#DAEA7F'

red 218 ◦ green 234 ◦ blue 127

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

Shades of Mindaro #DAEA7F

Tints of Mindaro #DAEA7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 21.93%

R = 37.65%
G = 40.41%
B = 21.93%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.46

 K value IS 0.08

RGB Variations

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

Color information

#DAEA7F (or 0xDAEA7F) is known color: Mindaro. HEX triplet: DA, EA and 7F. RGB value is (218,234,127). Sum of RGB (Red+Green+Blue) = 218+234+127=579 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.65% from 579); Green value is 234 (91.80% from 255 or 40.41% from 579); Blue value is 127 (50% from 255 or 21.93% from 579); Max value from RGB is 234 - color contains mainly: green. Hex color #DAEA7F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAEA7F is #251580. Grayscale: #D9D9D9. Windows color (decimal): -2430337 or 8383194. OLE color: 8383194.

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

Color convert

RGB 218 234 127 -
CMYK 0.07 0 0.46 0.08
HSL 68.97º 0.72% 0.71% -
HSV(B) 68.97º 0.46% 0.92% -
XYZ 62.17 75.28 31.33 -
YUV 217.02 77.2 128.7 -
System Red Green Blue C M Y K H S L
Decimal 218 234 127 0.07 0 0.46 0.08 68.97 0.72 0.71
Hex DA EA 7F 7 0 2E 8 45 48 47
Octal 332 352 177 7 0 56 10 105 110 107
Binary 11011010 11101010 1111111 111 0 101110 1000 1000101 1001000 1000111

Color Harmonies of #DAEA7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEA7F

Black with #DAEA7F

Text Example


Text Example

White with #DAEA7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEA7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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