#EEFB82

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

Shades of Tidal #EEFB82

Tints of Tidal #EEFB82

Color information

#EEFB82 (or 0xEEFB82) is unknown color: approx Tidal. HEX triplet: EE, FB and 82. RGB value is (238,251,130). Sum of RGB (Red+Green+Blue) = 238+251+130=619 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.45% from 619); Green value is 251 (98.44% from 255 or 40.55% from 619); Blue value is 130 (51.17% from 255 or 21.00% from 619); Max value from RGB is 251 - color contains mainly: green. Hex color #EEFB82 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEFB82 is #11047D. Grayscale: #E9E9E9. Windows color (decimal): -1115262 or 8584174. OLE color: 8584174.

HSL color Cylindrical-coordinate representation of color #EEFB82: hue angle of 66.45º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EEFB82 is Cyan = 0.05, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.

Color convert

RGB238251130-
CMYK0.0500.480.02
HSL66.45º93.8%74.71%-
HSV(B)66.45º48.21%98.43%-
XYZ73.7988.7834.37-
YUV233.3269.69131.34-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.45%
GREEN value IS 251 (98.44% from 255) = 40.55%
BLUE value IS 130 (51.17% from 255) = 21.00%
R=38.45%
G=40.55%
B=21.00%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2382511300.0500.480.0266.4593.874.71
HexEEFB8250302425e4b
Octal35637320250602102136113
Binary111011101111101110000010101011000010100001010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFB82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFB82; }

 p { color: rgb(238,251,130); }

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

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

 a { background-color: rgb(238,251,130); }

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

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

 span { border-color: rgb(238,251,130); }

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