#D3EF5B

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

Shades of Mindaro #D3EF5B

Tints of Mindaro #D3EF5B

Color information

#D3EF5B (or 0xD3EF5B) is unknown color: approx Mindaro. HEX triplet: D3, EF and 5B. RGB value is (211,239,91). Sum of RGB (Red+Green+Blue) = 211+239+91=541 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.00% from 541); Green value is 239 (93.75% from 255 or 44.18% from 541); Blue value is 91 (35.94% from 255 or 16.82% from 541); Max value from RGB is 239 - color contains mainly: green. Hex color #D3EF5B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3EF5B is #2C10A4. Grayscale: #D6D6D6. Windows color (decimal): -2887845 or 6025171. OLE color: 6025171.

HSL color Cylindrical-coordinate representation of color #D3EF5B: hue angle of 71.35º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D3EF5B is Cyan = 0.12, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.06.

Color convert

RGB21123991-
CMYK0.1200.620.06
HSL71.35º82.22%64.71%-
HSV(B)71.35º61.92%93.73%-
XYZ59.6276.3421.49-
YUV213.7658.72126.03-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 39.00%
GREEN value IS 239 (93.75% from 255) = 44.18%
BLUE value IS 91 (35.94% from 255) = 16.82%
R=39.00%
G=44.18%
B=16.82%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal211239910.1200.620.0671.3582.2264.71
HexD3EF5BC03E6475241
Octal323357133140766107122101
Binary1101001111101111101101111000111110110100011110100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3EF5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3EF5B; }

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

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

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

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

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

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

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

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