Html Css Color HEX #E6F97D Tidal

📋 copy color: '#E6F97D'

red 230 ◦ green 249 ◦ blue 125

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

Shades of Tidal #E6F97D

Tints of Tidal #E6F97D

RGB

 RED value IS 230 (90.23% from 255) = 38.08%

 GREEN value IS 249 (97.66% from 255) = 41.23%

 BLUE value IS 125 (49.22% from 255) = 20.7%

R = 38.08%
G = 41.23%
B = 20.7%

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

#E6F97D (or 0xE6F97D) is known color: Tidal. HEX triplet: E6, F9 and 7D. RGB value is (230,249,125). Sum of RGB (Red+Green+Blue) = 230+249+125=604 (80% of max value = 765). Red value is 230 (90.23% from 255 or 38.08% from 604); Green value is 249 (97.66% from 255 or 41.23% from 604); Blue value is 125 (49.22% from 255 or 20.70% from 604); Max value from RGB is 249 - color contains mainly: green. Hex color #E6F97D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #E6F97D is #190682. Grayscale: #E5E5E5. Windows color (decimal): -1640067 or 8255974. OLE color: 8255974.

HSL color Cylindrical-coordinate representation of color #E6F97D: hue angle of 69.19º 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 #E6F97D is Cyan = 0.08, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB 230 249 125 -
CMYK 0.08 0 0.50 0.02
HSL 69.19º 0.91% 0.73% -
HSV(B) 69.19º 0.5% 0.98% -
XYZ 70.21 86.06 32.31 -
YUV 229.18 69.21 128.58 -
System Red Green Blue C M Y K H S L
Decimal 230 249 125 0.08 0 0.50 0.02 69.19 0.91 0.73
Hex E6 F9 7D 8 0 32 2 45 5B 49
Octal 346 371 175 10 0 62 2 105 133 111
Binary 11100110 11111001 1111101 1000 0 110010 10 1000101 1011011 1001001

Color Harmonies of #E6F97D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6F97D

Black with #E6F97D

Text Example


Text Example

White with #E6F97D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6F97D; }

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

 H1.HeaderClassName
 {
   color: #E6F97D;
 }
 .AnyTagClassName
 {
   color: #E6F97D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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