#D7ED5A

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

Shades of Mindaro #D7ED5A

Tints of Mindaro #D7ED5A

Color information

#D7ED5A (or 0xD7ED5A) is unknown color: approx Mindaro. HEX triplet: D7, ED and 5A. RGB value is (215,237,90). Sum of RGB (Red+Green+Blue) = 215+237+90=542 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.67% from 542); Green value is 237 (92.97% from 255 or 43.73% from 542); Blue value is 90 (35.55% from 255 or 16.61% from 542); Max value from RGB is 237 - color contains mainly: green. Hex color #D7ED5A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D7ED5A is #2812A5. Grayscale: #D6D6D6. Windows color (decimal): -2626214 or 5959127. OLE color: 5959127.

HSL color Cylindrical-coordinate representation of color #D7ED5A: hue angle of 68.98º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D7ED5A is Cyan = 0.09, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.07.

Color convert

RGB21523790-
CMYK0.0900.620.07
HSL68.98º80.33%64.12%-
HSV(B)68.98º62.03%92.94%-
XYZ60.1575.7521.12-
YUV213.6658.21128.95-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.67%
GREEN value IS 237 (92.97% from 255) = 43.73%
BLUE value IS 90 (35.55% from 255) = 16.61%
R=39.67%
G=43.73%
B=16.61%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal215237900.0900.620.0768.9880.3364.12
HexD7ED5A903E7455040
Octal327355132110767105120100
Binary1101011111101101101101010010111110111100010110100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7ED5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7ED5A; }

 p { color: rgb(215,237,90); }

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

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

 a { background-color: rgb(215,237,90); }

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

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

 span { border-color: rgb(215,237,90); }

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