Html Css Color HEX #E6F97C Mindaro

📋 copy color: '#E6F97C'

red 230 ◦ green 249 ◦ blue 124

#E6F97C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mindaro #E6F97C

Tints of Mindaro #E6F97C

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 value IS 0.08

 M value IS 0

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#E6F97C (or 0xE6F97C) is known color: 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

RGB 230 249 124 -
CMYK 0.08 0 0.50 0.02
HSL 69.12º 0.91% 0.73% -
HSV(B) 69.12º 0.5% 0.98% -
XYZ 70.15 86.03 31.98 -
YUV 229.07 68.71 128.66 -
System Red Green Blue C M Y K H S L
Decimal 230 249 124 0.08 0 0.50 0.02 69.12 0.91 0.73
Hex E6 F9 7C 8 0 32 2 45 5B 49
Octal 346 371 174 10 0 62 2 105 133 111
Binary 11100110 11111001 1111100 1000 0 110010 10 1000101 1011011 1001001

Color Harmonies of #E6F97C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6F97C

Black with #E6F97C

Text Example


Text Example

White with #E6F97C

Text Example


Text Example

HTML Codes & Css Web 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>