#DAE483

Color #DAE483 Mindaro (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mindaro #DAE483

Tints of Mindaro #DAE483

Color information

#DAE483 (or 0xDAE483) is unknown color: approx Mindaro. HEX triplet: DA, E4 and 83. RGB value is (218,228,131). Sum of RGB (Red+Green+Blue) = 218+228+131=577 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.78% from 577); Green value is 228 (89.45% from 255 or 39.51% from 577); Blue value is 131 (51.56% from 255 or 22.70% from 577); Max value from RGB is 228 - color contains mainly: green. Hex color #DAE483 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE483 is #251B7C. Grayscale: #D6D6D6. Windows color (decimal): -2431869 or 8643802. OLE color: 8643802.

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

Color convert

RGB218228131-
CMYK0.0400.430.11
HSL66.19º64.24%70.39%-
HSV(B)66.19º42.54%89.41%-
XYZ60.7572.0332.17-
YUV213.9581.19130.89-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.78%
GREEN value IS 228 (89.45% from 255) = 39.51%
BLUE value IS 131 (51.56% from 255) = 22.70%
R=37.78%
G=39.51%
B=22.70%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2182281310.0400.430.1166.1964.2470.39
HexDAE483402BB424046
Octal332344203405313102100106
Binary11011010111001001000001110001010111011100001010000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE483; }

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

 H1.HeaderClassName
 {
   color: #DAE483;
 }
 .AnyTagClassName
 {
   color: #DAE483;
 }
</style>
background-color css

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

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

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

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

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

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