#E0F281

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

Shades of Mindaro #E0F281

Tints of Mindaro #E0F281

Color information

#E0F281 (or 0xE0F281) is unknown color: approx Mindaro. HEX triplet: E0, F2 and 81. RGB value is (224,242,129). Sum of RGB (Red+Green+Blue) = 224+242+129=595 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.65% from 595); Green value is 242 (94.92% from 255 or 40.67% from 595); Blue value is 129 (50.78% from 255 or 21.68% from 595); Max value from RGB is 242 - color contains mainly: green. Hex color #E0F281 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0F281 is #1F0D7E. Grayscale: #E0E0E0. Windows color (decimal): -2035071 or 8516320. OLE color: 8516320.

HSL color Cylindrical-coordinate representation of color #E0F281: hue angle of 69.56º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E0F281 is Cyan = 0.07, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB224242129-
CMYK0.0700.470.05
HSL69.56º81.29%72.75%-
HSV(B)69.56º46.69%94.9%-
XYZ66.4680.9432.89-
YUV223.7474.54128.19-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.65%
GREEN value IS 242 (94.92% from 255) = 40.67%
BLUE value IS 129 (50.78% from 255) = 21.68%
R=37.65%
G=40.67%
B=21.68%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2242421290.0700.470.0569.5681.2972.75
HexE0F281702F5465149
Octal34036220170575106121111
Binary1110000011110010100000011110101111101100011010100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0F281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0F281; }

 p { color: rgb(224,242,129); }

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

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

 a { background-color: rgb(224,242,129); }

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

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

 span { border-color: rgb(224,242,129); }

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