#D3EC5B

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

Shades of Mindaro #D3EC5B

Tints of Mindaro #D3EC5B

Color information

#D3EC5B (or 0xD3EC5B) is unknown color: approx Mindaro. HEX triplet: D3, EC and 5B. RGB value is (211,236,91). Sum of RGB (Red+Green+Blue) = 211+236+91=538 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.22% from 538); Green value is 236 (92.58% from 255 or 43.87% from 538); Blue value is 91 (35.94% from 255 or 16.91% from 538); Max value from RGB is 236 - color contains mainly: green. Hex color #D3EC5B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3EC5B is #2C13A4. Grayscale: #D4D4D4. Windows color (decimal): -2888613 or 6024403. OLE color: 6024403.

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

Color convert

RGB21123691-
CMYK0.1100.610.07
HSL70.34º79.23%64.12%-
HSV(B)70.34º61.44%92.55%-
XYZ58.7574.621.2-
YUV211.9959.72127.29-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 39.22%
GREEN value IS 236 (92.58% from 255) = 43.87%
BLUE value IS 91 (35.94% from 255) = 16.91%
R=39.22%
G=43.87%
B=16.91%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal211236910.1100.610.0770.3479.2364.12
HexD3EC5BB03D7464f40
Octal323354133130757106117100
Binary1101001111101100101101110110111101111100011010011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3EC5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3EC5B; }

 p { color: rgb(211,236,91); }

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

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

 a { background-color: rgb(211,236,91); }

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

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

 span { border-color: rgb(211,236,91); }

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