Html Css Color HEX #EFF286 Tidal

📋 copy color: '#EFF286'

red 239 ◦ green 242 ◦ blue 134

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

Shades of Tidal #EFF286

Tints of Tidal #EFF286

RGB

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

 GREEN value IS 242 (94.92% from 255) = 39.35%

 BLUE value IS 134 (52.73% from 255) = 21.79%

R = 38.86%
G = 39.35%
B = 21.79%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#EFF286 (or 0xEFF286) is known color: Tidal. HEX triplet: EF, F2 and 86. RGB value is (239,242,134). Sum of RGB (Red+Green+Blue) = 239+242+134=615 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.86% from 615); Green value is 242 (94.92% from 255 or 39.35% from 615); Blue value is 134 (52.73% from 255 or 21.79% from 615); Max value from RGB is 242 - color contains mainly: green. Hex color #EFF286 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF286 is #100D79. Grayscale: #E5E5E5. Windows color (decimal): -1052026 or 8844015. OLE color: 8844015.

HSL color Cylindrical-coordinate representation of color #EFF286: hue angle of 61.67º degrees, saturation: 0.81, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EFF286 is Cyan = 0.01, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB 239 242 134 -
CMYK 0.01 0 0.45 0.05
HSL 61.67º 0.81% 0.74% -
HSV(B) 61.67º 0.45% 0.95% -
XYZ 71.65 83.58 34.91 -
YUV 228.79 74.51 135.28 -
System Red Green Blue C M Y K H S L
Decimal 239 242 134 0.01 0 0.45 0.05 61.67 0.81 0.74
Hex EF F2 86 1 0 2D 5 3E 51 4A
Octal 357 362 206 1 0 55 5 76 121 112
Binary 11101111 11110010 10000110 1 0 101101 101 111110 1010001 1001010

Color Harmonies of #EFF286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF286

Black with #EFF286

Text Example


Text Example

White with #EFF286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF286; }

 p { color: rgb(239,242,134); }

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

background-color css

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

 a { background-color: rgb(239,242,134); }

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

border-color css

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

 span { border-color: rgb(239,242,134); }

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