#D7EB73

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

Shades of Mindaro #D7EB73

Tints of Mindaro #D7EB73

Color information

#D7EB73 (or 0xD7EB73) is unknown color: approx Mindaro. HEX triplet: D7, EB and 73. RGB value is (215,235,115). Sum of RGB (Red+Green+Blue) = 215+235+115=565 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.05% from 565); Green value is 235 (92.19% from 255 or 41.59% from 565); Blue value is 115 (45.31% from 255 or 20.35% from 565); Max value from RGB is 235 - color contains mainly: green. Hex color #D7EB73 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D7EB73 is #28148C. Grayscale: #D7D7D7. Windows color (decimal): -2626701 or 7597015. OLE color: 7597015.

HSL color Cylindrical-coordinate representation of color #D7EB73: hue angle of 70º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D7EB73 is Cyan = 0.09, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.08.

Color convert

RGB215235115-
CMYK0.0900.510.08
HSL70º75%68.63%-
HSV(B)70º51.06%92.16%-
XYZ60.8375.127.51-
YUV215.3471.37127.76-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.05%
GREEN value IS 235 (92.19% from 255) = 41.59%
BLUE value IS 115 (45.31% from 255) = 20.35%
R=38.05%
G=41.59%
B=20.35%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2152351150.0900.510.08707568.63
HexD7EB7390338464b45
Octal3273531631106310106113105
Binary11010111111010111110011100101100111000100011010010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7EB73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7EB73; }

 p { color: rgb(215,235,115); }

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

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

 a { background-color: rgb(215,235,115); }

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

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

 span { border-color: rgb(215,235,115); }

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