#D7E37D

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

Shades of Mindaro #D7E37D

Tints of Mindaro #D7E37D

Color information

#D7E37D (or 0xD7E37D) is unknown color: approx Mindaro. HEX triplet: D7, E3 and 7D. RGB value is (215,227,125). Sum of RGB (Red+Green+Blue) = 215+227+125=567 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.92% from 567); Green value is 227 (89.06% from 255 or 40.04% from 567); Blue value is 125 (49.22% from 255 or 22.05% from 567); Max value from RGB is 227 - color contains mainly: green. Hex color #D7E37D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7E37D is #281C82. Grayscale: #D4D4D4. Windows color (decimal): -2628739 or 8250327. OLE color: 8250327.

HSL color Cylindrical-coordinate representation of color #D7E37D: hue angle of 67.06º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D7E37D is Cyan = 0.05, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.11.

Color convert

RGB215227125-
CMYK0.0500.450.11
HSL67.06º64.56%69.02%-
HSV(B)67.06º44.93%89.02%-
XYZ59.270.8729.96-
YUV211.7879.02130.29-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.92%
GREEN value IS 227 (89.06% from 255) = 40.04%
BLUE value IS 125 (49.22% from 255) = 22.05%
R=37.92%
G=40.04%
B=22.05%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2152271250.0500.450.1167.0664.5669.02
HexD7E37D502DB434145
Octal327343175505513103101105
Binary1101011111100011111110110101011011011100001110000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7E37D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7E37D; }

 p { color: rgb(215,227,125); }

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

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

 a { background-color: rgb(215,227,125); }

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

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

 span { border-color: rgb(215,227,125); }

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