#E2FD72

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

Shades of Mindaro #E2FD72

Tints of Mindaro #E2FD72

Color information

#E2FD72 (or 0xE2FD72) is unknown color: approx Mindaro. HEX triplet: E2, FD and 72. RGB value is (226,253,114). Sum of RGB (Red+Green+Blue) = 226+253+114=593 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.11% from 593); Green value is 253 (99.22% from 255 or 42.66% from 593); Blue value is 114 (44.92% from 255 or 19.22% from 593); Max value from RGB is 253 - color contains mainly: green. Hex color #E2FD72 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2FD72 is #1D028D. Grayscale: #E5E5E5. Windows color (decimal): -1901198 or 7536098. OLE color: 7536098.

HSL color Cylindrical-coordinate representation of color #E2FD72: hue angle of 71.65º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E2FD72 is Cyan = 0.11, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.01.

Color convert

RGB226253114-
CMYK0.1100.550.01
HSL71.65º97.2%71.96%-
HSV(B)71.65º54.94%99.22%-
XYZ69.5387.6329.17-
YUV229.0863.05125.8-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.11%
GREEN value IS 253 (99.22% from 255) = 42.66%
BLUE value IS 114 (44.92% from 255) = 19.22%
R=38.11%
G=42.66%
B=19.22%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2262531140.1100.550.0171.6597.271.96
HexE2FD72B0371486148
Octal342375162130671110141110
Binary11100010111111011110010101101101111100100011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2FD72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2FD72; }

 p { color: rgb(226,253,114); }

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

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

 a { background-color: rgb(226,253,114); }

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

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

 span { border-color: rgb(226,253,114); }

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