Html Css Color HEX #EFF994 Tidal

📋 copy color: '#EFF994'

red 239 ◦ green 249 ◦ blue 148

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

Shades of Tidal #EFF994

Tints of Tidal #EFF994

RGB

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

 GREEN value IS 249 (97.66% from 255) = 39.15%

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

R = 37.58%
G = 39.15%
B = 23.27%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#EFF994 (or 0xEFF994) is known color: Tidal. HEX triplet: EF, F9 and 94. RGB value is (239,249,148). Sum of RGB (Red+Green+Blue) = 239+249+148=636 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.58% from 636); Green value is 249 (97.66% from 255 or 39.15% from 636); Blue value is 148 (58.20% from 255 or 23.27% from 636); Max value from RGB is 249 - color contains mainly: green. Hex color #EFF994 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF994 is #10066B. Grayscale: #EAEAEA. Windows color (decimal): -1050220 or 9763311. OLE color: 9763311.

HSL color Cylindrical-coordinate representation of color #EFF994: hue angle of 65.94º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EFF994 is Cyan = 0.04, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB 239 249 148 -
CMYK 0.04 0 0.41 0.02
HSL 65.94º 0.89% 0.78% -
HSV(B) 65.94º 0.41% 0.98% -
XYZ 74.82 88.24 41.11 -
YUV 234.5 79.19 131.21 -
System Red Green Blue C M Y K H S L
Decimal 239 249 148 0.04 0 0.41 0.02 65.94 0.89 0.78
Hex EF F9 94 4 0 29 2 42 59 4E
Octal 357 371 224 4 0 51 2 102 131 116
Binary 11101111 11111001 10010100 100 0 101001 10 1000010 1011001 1001110

Color Harmonies of #EFF994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF994

Black with #EFF994

Text Example


Text Example

White with #EFF994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF994; }

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

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

background-color css

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

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

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

border-color css

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

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

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