#D3F75E

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

Shades of Mindaro #D3F75E

Tints of Mindaro #D3F75E

Color information

#D3F75E (or 0xD3F75E) is unknown color: approx Mindaro. HEX triplet: D3, F7 and 5E. RGB value is (211,247,94). Sum of RGB (Red+Green+Blue) = 211+247+94=552 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.22% from 552); Green value is 247 (96.88% from 255 or 44.75% from 552); Blue value is 94 (37.11% from 255 or 17.03% from 552); Max value from RGB is 247 - color contains mainly: green. Hex color #D3F75E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3F75E is #2C08A1. Grayscale: #DBDBDB. Windows color (decimal): -2885794 or 6223827. OLE color: 6223827.

HSL color Cylindrical-coordinate representation of color #D3F75E: hue angle of 74.12º degrees, saturation: 0.91, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D3F75E is Cyan = 0.15, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.03.

Color convert

RGB21124794-
CMYK0.1500.620.03
HSL74.12º90.53%66.86%-
HSV(B)74.12º61.94%96.86%-
XYZ62.1581.1822.98-
YUV218.7957.57122.44-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 38.22%
GREEN value IS 247 (96.88% from 255) = 44.75%
BLUE value IS 94 (37.11% from 255) = 17.03%
R=38.22%
G=44.75%
B=17.03%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal211247940.1500.620.0374.1290.5366.86
HexD3F75EF03E34a5b43
Octal323367136170763112133103
Binary110100111111011110111101111011111011100101010110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3F75E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3F75E; }

 p { color: rgb(211,247,94); }

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

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

 a { background-color: rgb(211,247,94); }

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

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

 span { border-color: rgb(211,247,94); }

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