Html Css Color HEX #EEFF85 Tidal

📋 copy color: '#EEFF85'

red 238 ◦ green 255 ◦ blue 133

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

Shades of Tidal #EEFF85

Tints of Tidal #EEFF85

RGB

 RED value IS 238 (93.36% from 255) = 38.02%

 GREEN value IS 255 (100% from 255) = 40.73%

 BLUE value IS 133 (52.34% from 255) = 21.25%

R = 38.02%
G = 40.73%
B = 21.25%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.48

 K value IS 0

RGB Variations

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

Color information

#EEFF85 (or 0xEEFF85) is known color: Tidal. HEX triplet: EE, FF and 85. RGB value is (238,255,133). Sum of RGB (Red+Green+Blue) = 238+255+133=626 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.02% from 626); Green value is 255 (100% from 255 or 40.73% from 626); Blue value is 133 (52.34% from 255 or 21.25% from 626); Max value from RGB is 255 - color contains mainly: green. Hex color #EEFF85 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEFF85 is #11007A. Grayscale: #ECECEC. Windows color (decimal): -1114235 or 8781806. OLE color: 8781806.

HSL color Cylindrical-coordinate representation of color #EEFF85: hue angle of 68.36º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EEFF85 is Cyan = 0.07, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.

Color convert

RGB 238 255 133 -
CMYK 0.07 0 0.48 0
HSL 68.36º 1% 0.76% -
HSV(B) 68.36º 0.48% 1% -
XYZ 75.25 91.39 35.86 -
YUV 236.01 69.87 129.42 -
System Red Green Blue C M Y K H S L
Decimal 238 255 133 0.07 0 0.48 0 68.36 1 0.76
Hex EE FF 85 7 0 30 0 44 64 4C
Octal 356 377 205 7 0 60 0 104 144 114
Binary 11101110 11111111 10000101 111 0 110000 0 1000100 1100100 1001100

Color Harmonies of #EEFF85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEFF85

Black with #EEFF85

Text Example


Text Example

White with #EEFF85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEFF85; }

 p { color: rgb(238,255,133); }

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

background-color css

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

 a { background-color: rgb(238,255,133); }

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

border-color css

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

 span { border-color: rgb(238,255,133); }

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