Html Css Color HEX #EFF88A Tidal

📋 copy color: '#EFF88A'

red 239 ◦ green 248 ◦ blue 138

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

Shades of Tidal #EFF88A

Tints of Tidal #EFF88A

RGB

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

 GREEN value IS 248 (97.27% from 255) = 39.68%

 BLUE value IS 138 (54.3% from 255) = 22.08%

R = 38.24%
G = 39.68%
B = 22.08%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.44

 K value IS 0.03

RGB Variations

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

Color information

#EFF88A (or 0xEFF88A) is known color: Tidal. HEX triplet: EF, F8 and 8A. RGB value is (239,248,138). Sum of RGB (Red+Green+Blue) = 239+248+138=625 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.24% from 625); Green value is 248 (97.27% from 255 or 39.68% from 625); Blue value is 138 (54.30% from 255 or 22.08% from 625); Max value from RGB is 248 - color contains mainly: green. Hex color #EFF88A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF88A is #100775. Grayscale: #E9E9E9. Windows color (decimal): -1050486 or 9107695. OLE color: 9107695.

HSL color Cylindrical-coordinate representation of color #EFF88A: hue angle of 64.91º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EFF88A is Cyan = 0.04, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.03.

Color convert

RGB 239 248 138 -
CMYK 0.04 0 0.44 0.03
HSL 64.91º 0.89% 0.76% -
HSV(B) 64.91º 0.44% 0.97% -
XYZ 73.75 87.32 37.01 -
YUV 232.77 74.52 132.44 -
System Red Green Blue C M Y K H S L
Decimal 239 248 138 0.04 0 0.44 0.03 64.91 0.89 0.76
Hex EF F8 8A 4 0 2C 3 41 59 4C
Octal 357 370 212 4 0 54 3 101 131 114
Binary 11101111 11111000 10001010 100 0 101100 11 1000001 1011001 1001100

Color Harmonies of #EFF88A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF88A

Black with #EFF88A

Text Example


Text Example

White with #EFF88A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF88A; }

 p { color: rgb(239,248,138); }

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

background-color css

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

 a { background-color: rgb(239,248,138); }

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

border-color css

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

 span { border-color: rgb(239,248,138); }

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