Html Css Color HEX #EFF288 Tidal

📋 copy color: '#EFF288'

red 239 ◦ green 242 ◦ blue 136

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

Shades of Tidal #EFF288

Tints of Tidal #EFF288

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 22.04%

R = 38.74%
G = 39.22%
B = 22.04%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#EFF288 (or 0xEFF288) is known color: Tidal. HEX triplet: EF, F2 and 88. RGB value is (239,242,136). Sum of RGB (Red+Green+Blue) = 239+242+136=617 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.74% from 617); Green value is 242 (94.92% from 255 or 39.22% from 617); Blue value is 136 (53.52% from 255 or 22.04% from 617); Max value from RGB is 242 - color contains mainly: green. Hex color #EFF288 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF288 is #100D77. Grayscale: #E5E5E5. Windows color (decimal): -1052024 or 8975087. OLE color: 8975087.

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

Color convert

RGB 239 242 136 -
CMYK 0.01 0 0.44 0.05
HSL 61.7º 0.8% 0.74% -
HSV(B) 61.7º 0.44% 0.95% -
XYZ 71.79 83.63 35.65 -
YUV 229.02 75.51 135.12 -
System Red Green Blue C M Y K H S L
Decimal 239 242 136 0.01 0 0.44 0.05 61.7 0.8 0.74
Hex EF F2 88 1 0 2C 5 3E 50 4A
Octal 357 362 210 1 0 54 5 76 120 112
Binary 11101111 11110010 10001000 1 0 101100 101 111110 1010000 1001010

Color Harmonies of #EFF288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF288

Black with #EFF288

Text Example


Text Example

White with #EFF288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF288; }

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

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

background-color css

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

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

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

border-color css

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

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

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