Html Css Color HEX #EFFF94 Tidal

📋 copy color: '#EFFF94'

red 239 ◦ green 255 ◦ blue 148

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

Shades of Tidal #EFFF94

Tints of Tidal #EFFF94

RGB

 RED value IS 239 (93.75% from 255) = 37.23%

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

 BLUE value IS 148 (58.2% from 255) = 23.05%

R = 37.23%
G = 39.72%
B = 23.05%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.42

 K value IS 0

RGB Variations

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

Color information

#EFFF94 (or 0xEFFF94) is known color: Tidal. HEX triplet: EF, FF and 94. RGB value is (239,255,148). Sum of RGB (Red+Green+Blue) = 239+255+148=642 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.23% from 642); Green value is 255 (100% from 255 or 39.72% from 642); Blue value is 148 (58.20% from 255 or 23.05% from 642); Max value from RGB is 255 - color contains mainly: green. Hex color #EFFF94 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFFF94 is #10006B. Grayscale: #EEEEEE. Windows color (decimal): -1048684 or 9764847. OLE color: 9764847.

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

Color convert

RGB 239 255 148 -
CMYK 0.06 0 0.42 0
HSL 68.97º 1% 0.79% -
HSV(B) 68.97º 0.42% 1% -
XYZ 76.7 92.01 41.73 -
YUV 238.02 77.2 128.7 -
System Red Green Blue C M Y K H S L
Decimal 239 255 148 0.06 0 0.42 0 68.97 1 0.79
Hex EF FF 94 6 0 2A 0 45 64 4F
Octal 357 377 224 6 0 52 0 105 144 117
Binary 11101111 11111111 10010100 110 0 101010 0 1000101 1100100 1001111

Color Harmonies of #EFFF94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFFF94

Black with #EFFF94

Text Example


Text Example

White with #EFFF94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFFF94; }

 p { color: rgb(239,255,148); }

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

background-color css

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

 a { background-color: rgb(239,255,148); }

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

border-color css

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

 span { border-color: rgb(239,255,148); }

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