Html Css Color HEX #EFF68E Tidal

📋 copy color: '#EFF68E'

red 239 ◦ green 246 ◦ blue 142

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

Shades of Tidal #EFF68E

Tints of Tidal #EFF68E

RGB

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

 GREEN value IS 246 (96.48% from 255) = 39.23%

 BLUE value IS 142 (55.86% from 255) = 22.65%

R = 38.12%
G = 39.23%
B = 22.65%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.42

 K value IS 0.04

RGB Variations

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

Color information

#EFF68E (or 0xEFF68E) is known color: Tidal. HEX triplet: EF, F6 and 8E. RGB value is (239,246,142). Sum of RGB (Red+Green+Blue) = 239+246+142=627 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.12% from 627); Green value is 246 (96.48% from 255 or 39.23% from 627); Blue value is 142 (55.86% from 255 or 22.65% from 627); Max value from RGB is 246 - color contains mainly: green. Hex color #EFF68E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF68E is #100971. Grayscale: #E8E8E8. Windows color (decimal): -1050994 or 9369327. OLE color: 9369327.

HSL color Cylindrical-coordinate representation of color #EFF68E: hue angle of 64.04º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EFF68E is Cyan = 0.03, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB 239 246 142 -
CMYK 0.03 0 0.42 0.04
HSL 64.04º 0.85% 0.76% -
HSV(B) 64.04º 0.42% 0.96% -
XYZ 73.43 86.22 38.36 -
YUV 232.05 77.18 132.96 -
System Red Green Blue C M Y K H S L
Decimal 239 246 142 0.03 0 0.42 0.04 64.04 0.85 0.76
Hex EF F6 8E 3 0 2A 4 40 55 4C
Octal 357 366 216 3 0 52 4 100 125 114
Binary 11101111 11110110 10001110 11 0 101010 100 1000000 1010101 1001100

Color Harmonies of #EFF68E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF68E

Black with #EFF68E

Text Example


Text Example

White with #EFF68E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF68E; }

 p { color: rgb(239,246,142); }

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

background-color css

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

 a { background-color: rgb(239,246,142); }

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

border-color css

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

 span { border-color: rgb(239,246,142); }

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