#D4E373

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

Shades of Mindaro #D4E373

Tints of Mindaro #D4E373

Color information

#D4E373 (or 0xD4E373) is unknown color: approx Mindaro. HEX triplet: D4, E3 and 73. RGB value is (212,227,115). Sum of RGB (Red+Green+Blue) = 212+227+115=554 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.27% from 554); Green value is 227 (89.06% from 255 or 40.97% from 554); Blue value is 115 (45.31% from 255 or 20.76% from 554); Max value from RGB is 227 - color contains mainly: green. Hex color #D4E373 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4E373 is #2B1C8C. Grayscale: #D2D2D2. Windows color (decimal): -2825357 or 7594964. OLE color: 7594964.

HSL color Cylindrical-coordinate representation of color #D4E373: hue angle of 68.04º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D4E373 is Cyan = 0.07, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.

Color convert

RGB212227115-
CMYK0.0700.490.11
HSL68.04º66.67%67.06%-
HSV(B)68.04º49.34%89.02%-
XYZ57.7170.1726.72-
YUV209.7574.53129.61-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.27%
GREEN value IS 227 (89.06% from 255) = 40.97%
BLUE value IS 115 (45.31% from 255) = 20.76%
R=38.27%
G=40.97%
B=20.76%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2122271150.0700.490.1168.0466.6767.06
HexD4E3737031B444343
Octal324343163706113104103103
Binary1101010011100011111001111101100011011100010010000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4E373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4E373; }

 p { color: rgb(212,227,115); }

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

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

 a { background-color: rgb(212,227,115); }

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

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

 span { border-color: rgb(212,227,115); }

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