Html Css Color HEX #EFF694 Tidal

📋 copy color: '#EFF694'

red 239 ◦ green 246 ◦ blue 148

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

Shades of Tidal #EFF694

Tints of Tidal #EFF694

RGB

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

 GREEN value IS 246 (96.48% from 255) = 38.86%

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

R = 37.76%
G = 38.86%
B = 23.38%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.40

 K value IS 0.04

RGB Variations

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

Color information

#EFF694 (or 0xEFF694) is known color: Tidal. HEX triplet: EF, F6 and 94. RGB value is (239,246,148). Sum of RGB (Red+Green+Blue) = 239+246+148=633 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.76% from 633); Green value is 246 (96.48% from 255 or 38.86% from 633); Blue value is 148 (58.20% from 255 or 23.38% from 633); Max value from RGB is 246 - color contains mainly: green. Hex color #EFF694 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF694 is #10096B. Grayscale: #E9E9E9. Windows color (decimal): -1050988 or 9762543. OLE color: 9762543.

HSL color Cylindrical-coordinate representation of color #EFF694: hue angle of 64.29º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EFF694 is Cyan = 0.03, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.04.

Color convert

RGB 239 246 148 -
CMYK 0.03 0 0.40 0.04
HSL 64.29º 0.84% 0.77% -
HSV(B) 64.29º 0.4% 0.96% -
XYZ 73.9 86.4 40.8 -
YUV 232.74 80.18 132.47 -
System Red Green Blue C M Y K H S L
Decimal 239 246 148 0.03 0 0.40 0.04 64.29 0.84 0.77
Hex EF F6 94 3 0 28 4 40 54 4D
Octal 357 366 224 3 0 50 4 100 124 115
Binary 11101111 11110110 10010100 11 0 101000 100 1000000 1010100 1001101

Color Harmonies of #EFF694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF694

Black with #EFF694

Text Example


Text Example

White with #EFF694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF694; }

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

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

background-color css

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

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

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

border-color css

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

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

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