#D7EA75

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

Shades of Mindaro #D7EA75

Tints of Mindaro #D7EA75

Color information

#D7EA75 (or 0xD7EA75) is unknown color: approx Mindaro. HEX triplet: D7, EA and 75. RGB value is (215,234,117). Sum of RGB (Red+Green+Blue) = 215+234+117=566 (74% of max value = 765). Red value is 215 (84.38% from 255 or 37.99% from 566); Green value is 234 (91.80% from 255 or 41.34% from 566); Blue value is 117 (46.09% from 255 or 20.67% from 566); Max value from RGB is 234 - color contains mainly: green. Hex color #D7EA75 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D7EA75 is #28158A. Grayscale: #D7D7D7. Windows color (decimal): -2626955 or 7727831. OLE color: 7727831.

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

Color convert

RGB215234117-
CMYK0.0800.50.08
HSL69.74º73.58%68.82%-
HSV(B)69.74º50%91.76%-
XYZ60.6674.5828.03-
YUV214.9872.71128.01-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.99%
GREEN value IS 234 (91.80% from 255) = 41.34%
BLUE value IS 117 (46.09% from 255) = 20.67%
R=37.99%
G=41.34%
B=20.67%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2152341170.0800.50.0869.7473.5868.82
HexD7EA7580328464a45
Octal3273521651006210106112105
Binary11010111111010101110101100001100101000100011010010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7EA75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7EA75; }

 p { color: rgb(215,234,117); }

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

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

 a { background-color: rgb(215,234,117); }

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

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

 span { border-color: rgb(215,234,117); }

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