Html Css Color HEX #DAEB5E Mindaro

📋 copy color: '#DAEB5E'

red 218 ◦ green 235 ◦ blue 94

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

Shades of Mindaro #DAEB5E

Tints of Mindaro #DAEB5E

RGB

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

 GREEN value IS 235 (92.19% from 255) = 42.96%

 BLUE value IS 94 (37.11% from 255) = 17.18%

R = 39.85%
G = 42.96%
B = 17.18%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.6

 K value IS 0.08

RGB Variations

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

Color information

#DAEB5E (or 0xDAEB5E) is known color: Mindaro. HEX triplet: DA, EB and 5E. RGB value is (218,235,94). Sum of RGB (Red+Green+Blue) = 218+235+94=547 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.85% from 547); Green value is 235 (92.19% from 255 or 42.96% from 547); Blue value is 94 (37.11% from 255 or 17.18% from 547); Max value from RGB is 235 - color contains mainly: green. Hex color #DAEB5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAEB5E is #2514A1. Grayscale: #D6D6D6. Windows color (decimal): -2430114 or 6220762. OLE color: 6220762.

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

Color convert

RGB 218 235 94 -
CMYK 0.07 0 0.6 0.08
HSL 67.23º 0.78% 0.65% -
HSV(B) 67.23º 0.6% 0.92% -
XYZ 60.64 75.13 21.9 -
YUV 213.84 60.37 130.96 -
System Red Green Blue C M Y K H S L
Decimal 218 235 94 0.07 0 0.6 0.08 67.23 0.78 0.65
Hex DA EB 5E 7 0 3C 8 43 4E 41
Octal 332 353 136 7 0 74 10 103 116 101
Binary 11011010 11101011 1011110 111 0 111100 1000 1000011 1001110 1000001

Color Harmonies of #DAEB5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEB5E

Black with #DAEB5E

Text Example


Text Example

White with #DAEB5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEB5E; }

 p { color: rgb(218,235,94); }

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

background-color css

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

 a { background-color: rgb(218,235,94); }

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

border-color css

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

 span { border-color: rgb(218,235,94); }

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