#E6F97C

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

Shades of Mindaro #E6F97C

Tints of Mindaro #E6F97C

Color information

#E6F97C (or 0xE6F97C) is unknown color: approx Mindaro. HEX triplet: E6, F9 and 7C. RGB value is (230,249,124). Sum of RGB (Red+Green+Blue) = 230+249+124=603 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.14% from 603); Green value is 249 (97.66% from 255 or 41.29% from 603); Blue value is 124 (48.83% from 255 or 20.56% from 603); Max value from RGB is 249 - color contains mainly: green. Hex color #E6F97C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #E6F97C is #190683. Grayscale: #E5E5E5. Windows color (decimal): -1640068 or 8190438. OLE color: 8190438.

HSL color Cylindrical-coordinate representation of color #E6F97C: hue angle of 69.12º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E6F97C is Cyan = 0.08, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB230249124-
CMYK0.0800.500.02
HSL69.12º91.24%73.14%-
HSV(B)69.12º50.2%97.65%-
XYZ70.1586.0331.98-
YUV229.0768.71128.66-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 38.14%
GREEN value IS 249 (97.66% from 255) = 41.29%
BLUE value IS 124 (48.83% from 255) = 20.56%
R=38.14%
G=41.29%
B=20.56%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2302491240.0800.500.0269.1291.2473.14
HexE6F97C80322455b49
Octal346371174100622105133111
Binary111001101111100111111001000011001010100010110110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6F97C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6F97C; }

 p { color: rgb(230,249,124); }

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

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

 a { background-color: rgb(230,249,124); }

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

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

 span { border-color: rgb(230,249,124); }

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