Html Css Color HEX #DAE45E Mindaro

📋 copy color: '#DAE45E'

red 218 ◦ green 228 ◦ blue 94

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

Shades of Mindaro #DAE45E

Tints of Mindaro #DAE45E

RGB

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

 GREEN value IS 228 (89.45% from 255) = 42.22%

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

R = 40.37%
G = 42.22%
B = 17.41%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.59

 K value IS 0.11

RGB Variations

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

Color information

#DAE45E (or 0xDAE45E) is known color: Mindaro. HEX triplet: DA, E4 and 5E. RGB value is (218,228,94). Sum of RGB (Red+Green+Blue) = 218+228+94=540 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.37% from 540); Green value is 228 (89.45% from 255 or 42.22% from 540); Blue value is 94 (37.11% from 255 or 17.41% from 540); Max value from RGB is 228 - color contains mainly: green. Hex color #DAE45E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE45E is #251BA1. Grayscale: #D2D2D2. Windows color (decimal): -2431906 or 6218970. OLE color: 6218970.

HSL color Cylindrical-coordinate representation of color #DAE45E: hue angle of 64.48º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DAE45E is Cyan = 0.04, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.11.

Color convert

RGB 218 228 94 -
CMYK 0.04 0 0.59 0.11
HSL 64.48º 0.71% 0.63% -
HSV(B) 64.48º 0.59% 0.89% -
XYZ 58.68 71.2 21.24 -
YUV 209.73 62.69 133.9 -
System Red Green Blue C M Y K H S L
Decimal 218 228 94 0.04 0 0.59 0.11 64.48 0.71 0.63
Hex DA E4 5E 4 0 3B B 40 47 3F
Octal 332 344 136 4 0 73 13 100 107 77
Binary 11011010 11100100 1011110 100 0 111011 1011 1000000 1000111 111111

Color Harmonies of #DAE45E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE45E

Black with #DAE45E

Text Example


Text Example

White with #DAE45E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE45E; }

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

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

background-color css

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

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

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

border-color css

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

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

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