Html Css Color HEX #EFF085 Tidal

📋 copy color: '#EFF085'

red 239 ◦ green 240 ◦ blue 133

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

Shades of Tidal #EFF085

Tints of Tidal #EFF085

RGB

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

 GREEN value IS 240 (94.14% from 255) = 39.22%

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

R = 39.05%
G = 39.22%
B = 21.73%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#EFF085 (or 0xEFF085) is known color: Tidal. HEX triplet: EF, F0 and 85. RGB value is (239,240,133). Sum of RGB (Red+Green+Blue) = 239+240+133=612 (81% of max value = 765). Red value is 239 (93.75% from 255 or 39.05% from 612); Green value is 240 (94.14% from 255 or 39.22% from 612); Blue value is 133 (52.34% from 255 or 21.73% from 612); Max value from RGB is 240 - color contains mainly: green. Hex color #EFF085 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF085 is #100F7A. Grayscale: #E3E3E3. Windows color (decimal): -1052539 or 8777967. OLE color: 8777967.

HSL color Cylindrical-coordinate representation of color #EFF085: hue angle of 60.56º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EFF085 is Cyan = 0.00, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 240 133 -
CMYK 0.00 0 0.45 0.06
HSL 60.56º 0.78% 0.73% -
HSV(B) 60.56º 0.45% 0.94% -
XYZ 70.99 82.36 34.35 -
YUV 227.5 74.67 136.2 -
System Red Green Blue C M Y K H S L
Decimal 239 240 133 0.00 0 0.45 0.06 60.56 0.78 0.73
Hex EF F0 85 0 0 2D 6 3D 4E 49
Octal 357 360 205 0 0 55 6 75 116 111
Binary 11101111 11110000 10000101 0 0 101101 110 111101 1001110 1001001

Color Harmonies of #EFF085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF085

Black with #EFF085

Text Example


Text Example

White with #EFF085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF085; }

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

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

background-color css

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

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

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

border-color css

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

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

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