Html Css Color HEX #EFF985 Tidal

📋 copy color: '#EFF985'

red 239 ◦ green 249 ◦ blue 133

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

Shades of Tidal #EFF985

Tints of Tidal #EFF985

RGB

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

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

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

R = 38.49%
G = 40.1%
B = 21.42%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#EFF985 (or 0xEFF985) is known color: Tidal. HEX triplet: EF, F9 and 85. RGB value is (239,249,133). Sum of RGB (Red+Green+Blue) = 239+249+133=621 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.49% from 621); Green value is 249 (97.66% from 255 or 40.10% from 621); Blue value is 133 (52.34% from 255 or 21.42% from 621); Max value from RGB is 249 - color contains mainly: green. Hex color #EFF985 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF985 is #10067A. Grayscale: #E9E9E9. Windows color (decimal): -1050235 or 8780271. OLE color: 8780271.

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

Color convert

RGB 239 249 133 -
CMYK 0.04 0 0.47 0.02
HSL 65.17º 0.91% 0.75% -
HSV(B) 65.17º 0.47% 0.98% -
XYZ 73.71 87.8 35.25 -
YUV 232.79 71.69 132.43 -
System Red Green Blue C M Y K H S L
Decimal 239 249 133 0.04 0 0.47 0.02 65.17 0.91 0.75
Hex EF F9 85 4 0 2F 2 41 5B 4B
Octal 357 371 205 4 0 57 2 101 133 113
Binary 11101111 11111001 10000101 100 0 101111 10 1000001 1011011 1001011

Color Harmonies of #EFF985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF985

Black with #EFF985

Text Example


Text Example

White with #EFF985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF985; }

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

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

background-color css

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

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

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

border-color css

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

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

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