Html Css Color HEX #E6FA7D Tidal

📋 copy color: '#E6FA7D'

red 230 ◦ green 250 ◦ blue 125

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

Shades of Tidal #E6FA7D

Tints of Tidal #E6FA7D

RGB

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

 GREEN value IS 250 (98.05% from 255) = 41.32%

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

R = 38.02%
G = 41.32%
B = 20.66%

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

#E6FA7D (or 0xE6FA7D) is known color: Tidal. HEX triplet: E6, FA and 7D. RGB value is (230,250,125). Sum of RGB (Red+Green+Blue) = 230+250+125=605 (80% of max value = 765). Red value is 230 (90.23% from 255 or 38.02% from 605); Green value is 250 (98.05% from 255 or 41.32% from 605); Blue value is 125 (49.22% from 255 or 20.66% from 605); Max value from RGB is 250 - color contains mainly: green. Hex color #E6FA7D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #E6FA7D is #190582. Grayscale: #E6E6E6. Windows color (decimal): -1639811 or 8256230. OLE color: 8256230.

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

Color convert

RGB 230 250 125 -
CMYK 0.08 0 0.50 0.02
HSL 69.6º 0.93% 0.74% -
HSV(B) 69.6º 0.5% 0.98% -
XYZ 70.52 86.67 32.42 -
YUV 229.77 68.87 128.16 -
System Red Green Blue C M Y K H S L
Decimal 230 250 125 0.08 0 0.50 0.02 69.6 0.93 0.74
Hex E6 FA 7D 8 0 32 2 46 5D 4A
Octal 346 372 175 10 0 62 2 106 135 112
Binary 11100110 11111010 1111101 1000 0 110010 10 1000110 1011101 1001010

Color Harmonies of #E6FA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6FA7D

Black with #E6FA7D

Text Example


Text Example

White with #E6FA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6FA7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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