Html Css Color HEX #EFF284 Tidal

📋 copy color: '#EFF284'

red 239 ◦ green 242 ◦ blue 132

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

Shades of Tidal #EFF284

Tints of Tidal #EFF284

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 21.53%

R = 38.99%
G = 39.48%
B = 21.53%

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

#EFF284 (or 0xEFF284) is known color: Tidal. HEX triplet: EF, F2 and 84. RGB value is (239,242,132). Sum of RGB (Red+Green+Blue) = 239+242+132=613 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.99% from 613); Green value is 242 (94.92% from 255 or 39.48% from 613); Blue value is 132 (51.95% from 255 or 21.53% from 613); Max value from RGB is 242 - color contains mainly: green. Hex color #EFF284 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF284 is #100D7B. Grayscale: #E5E5E5. Windows color (decimal): -1052028 or 8712943. OLE color: 8712943.

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

Color convert

RGB 239 242 132 -
CMYK 0.01 0 0.45 0.05
HSL 61.64º 0.81% 0.73% -
HSV(B) 61.64º 0.45% 0.95% -
XYZ 71.51 83.52 34.18 -
YUV 228.56 73.51 135.44 -
System Red Green Blue C M Y K H S L
Decimal 239 242 132 0.01 0 0.45 0.05 61.64 0.81 0.73
Hex EF F2 84 1 0 2D 5 3E 51 49
Octal 357 362 204 1 0 55 5 76 121 111
Binary 11101111 11110010 10000100 1 0 101101 101 111110 1010001 1001001

Color Harmonies of #EFF284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF284

Black with #EFF284

Text Example


Text Example

White with #EFF284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF284; }

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

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

background-color css

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

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

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

border-color css

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

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

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