Html Css Color HEX #E6F582 Tidal

📋 copy color: '#E6F582'

red 230 ◦ green 245 ◦ blue 130

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

Shades of Tidal #E6F582

Tints of Tidal #E6F582

RGB

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

 GREEN value IS 245 (96.09% from 255) = 40.5%

 BLUE value IS 130 (51.17% from 255) = 21.49%

R = 38.02%
G = 40.5%
B = 21.49%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#E6F582 (or 0xE6F582) is known color: Tidal. HEX triplet: E6, F5 and 82. RGB value is (230,245,130). Sum of RGB (Red+Green+Blue) = 230+245+130=605 (80% of max value = 765). Red value is 230 (90.23% from 255 or 38.02% from 605); Green value is 245 (96.09% from 255 or 40.50% from 605); Blue value is 130 (51.17% from 255 or 21.49% from 605); Max value from RGB is 245 - color contains mainly: green. Hex color #E6F582 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E6F582 is #190A7D. Grayscale: #E3E3E3. Windows color (decimal): -1641086 or 8582630. OLE color: 8582630.

HSL color Cylindrical-coordinate representation of color #E6F582: hue angle of 67.83º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E6F582 is Cyan = 0.06, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.04.

Color convert

RGB 230 245 130 -
CMYK 0.06 0 0.47 0.04
HSL 67.83º 0.85% 0.74% -
HSV(B) 67.83º 0.47% 0.96% -
XYZ 69.31 83.74 33.63 -
YUV 227.41 73.03 129.85 -
System Red Green Blue C M Y K H S L
Decimal 230 245 130 0.06 0 0.47 0.04 67.83 0.85 0.74
Hex E6 F5 82 6 0 2F 4 44 55 4A
Octal 346 365 202 6 0 57 4 104 125 112
Binary 11100110 11110101 10000010 110 0 101111 100 1000100 1010101 1001010

Color Harmonies of #E6F582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6F582

Black with #E6F582

Text Example


Text Example

White with #E6F582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6F582; }

 p { color: rgb(230,245,130); }

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

background-color css

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

 a { background-color: rgb(230,245,130); }

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

border-color css

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

 span { border-color: rgb(230,245,130); }

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