#D4EA5D

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

Shades of Mindaro #D4EA5D

Tints of Mindaro #D4EA5D

Color information

#D4EA5D (or 0xD4EA5D) is unknown color: approx Mindaro. HEX triplet: D4, EA and 5D. RGB value is (212,234,93). Sum of RGB (Red+Green+Blue) = 212+234+93=539 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.33% from 539); Green value is 234 (91.80% from 255 or 43.41% from 539); Blue value is 93 (36.72% from 255 or 17.25% from 539); Max value from RGB is 234 - color contains mainly: green. Hex color #D4EA5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4EA5D is #2B15A2. Grayscale: #D3D3D3. Windows color (decimal): -2823587 or 6154964. OLE color: 6154964.

HSL color Cylindrical-coordinate representation of color #D4EA5D: hue angle of 69.36º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D4EA5D is Cyan = 0.09, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.08.

Color convert

RGB21223493-
CMYK0.0900.600.08
HSL69.36º77.05%64.12%-
HSV(B)69.36º60.26%91.76%-
XYZ58.5573.6321.48-
YUV211.3561.21128.46-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.33%
GREEN value IS 234 (91.80% from 255) = 43.41%
BLUE value IS 93 (36.72% from 255) = 17.25%
R=39.33%
G=43.41%
B=17.25%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal212234930.0900.600.0869.3677.0564.12
HexD4EA5D903C8454d40
Octal3243521351107410105115100
Binary11010100111010101011101100101111001000100010110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4EA5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4EA5D; }

 p { color: rgb(212,234,93); }

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

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

 a { background-color: rgb(212,234,93); }

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

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

 span { border-color: rgb(212,234,93); }

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