Html Css Color HEX #EFF68C Tidal

📋 copy color: '#EFF68C'

red 239 ◦ green 246 ◦ blue 140

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

Shades of Tidal #EFF68C

Tints of Tidal #EFF68C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 22.4%

R = 38.24%
G = 39.36%
B = 22.4%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.43

 K value IS 0.04

RGB Variations

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

Color information

#EFF68C (or 0xEFF68C) is known color: Tidal. HEX triplet: EF, F6 and 8C. RGB value is (239,246,140). Sum of RGB (Red+Green+Blue) = 239+246+140=625 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.24% from 625); Green value is 246 (96.48% from 255 or 39.36% from 625); Blue value is 140 (55.08% from 255 or 22.4% from 625); Max value from RGB is 246 - color contains mainly: green. Hex color #EFF68C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF68C is #100973. Grayscale: #E8E8E8. Windows color (decimal): -1050996 or 9238255. OLE color: 9238255.

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

Color convert

RGB 239 246 140 -
CMYK 0.03 0 0.43 0.04
HSL 63.96º 0.85% 0.76% -
HSV(B) 63.96º 0.43% 0.96% -
XYZ 73.29 86.16 37.58 -
YUV 231.82 76.18 133.12 -
System Red Green Blue C M Y K H S L
Decimal 239 246 140 0.03 0 0.43 0.04 63.96 0.85 0.76
Hex EF F6 8C 3 0 2B 4 40 55 4C
Octal 357 366 214 3 0 53 4 100 125 114
Binary 11101111 11110110 10001100 11 0 101011 100 1000000 1010101 1001100

Color Harmonies of #EFF68C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF68C

Black with #EFF68C

Text Example


Text Example

White with #EFF68C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF68C; }

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

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

background-color css

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

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

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

border-color css

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

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

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