#D6ED5A

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

Shades of Mindaro #D6ED5A

Tints of Mindaro #D6ED5A

Color information

#D6ED5A (or 0xD6ED5A) is unknown color: approx Mindaro. HEX triplet: D6, ED and 5A. RGB value is (214,237,90). Sum of RGB (Red+Green+Blue) = 214+237+90=541 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.56% from 541); Green value is 237 (92.97% from 255 or 43.81% from 541); Blue value is 90 (35.55% from 255 or 16.64% from 541); Max value from RGB is 237 - color contains mainly: green. Hex color #D6ED5A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6ED5A is #2912A5. Grayscale: #D5D5D5. Windows color (decimal): -2691750 or 5959126. OLE color: 5959126.

HSL color Cylindrical-coordinate representation of color #D6ED5A: hue angle of 69.39º 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 #D6ED5A is Cyan = 0.10, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.07.

Color convert

RGB21423790-
CMYK0.1000.620.07
HSL69.39º80.33%64.12%-
HSV(B)69.39º62.03%92.94%-
XYZ59.8675.621.11-
YUV213.3658.38128.45-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.56%
GREEN value IS 237 (92.97% from 255) = 43.81%
BLUE value IS 90 (35.55% from 255) = 16.64%
R=39.56%
G=43.81%
B=16.64%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal214237900.1000.620.0769.3980.3364.12
HexD6ED5AA03E7455040
Octal326355132120767105120100
Binary1101011011101101101101010100111110111100010110100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6ED5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6ED5A; }

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

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

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

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

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

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

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

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