Html Css Color HEX #EFF18D Tidal

📋 copy color: '#EFF18D'

red 239 ◦ green 241 ◦ blue 141

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

Shades of Tidal #EFF18D

Tints of Tidal #EFF18D

RGB

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

 GREEN value IS 241 (94.53% from 255) = 38.81%

 BLUE value IS 141 (55.47% from 255) = 22.71%

R = 38.49%
G = 38.81%
B = 22.71%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#EFF18D (or 0xEFF18D) is known color: Tidal. HEX triplet: EF, F1 and 8D. RGB value is (239,241,141). Sum of RGB (Red+Green+Blue) = 239+241+141=621 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.49% from 621); Green value is 241 (94.53% from 255 or 38.81% from 621); Blue value is 141 (55.47% from 255 or 22.71% from 621); Max value from RGB is 241 - color contains mainly: green. Hex color #EFF18D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF18D is #100E72. Grayscale: #E5E5E5. Windows color (decimal): -1052275 or 9302511. OLE color: 9302511.

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

Color convert

RGB 239 241 141 -
CMYK 0.01 0 0.41 0.05
HSL 61.2º 0.78% 0.75% -
HSV(B) 61.2º 0.41% 0.95% -
XYZ 71.86 83.18 37.47 -
YUV 229 78.34 135.13 -
System Red Green Blue C M Y K H S L
Decimal 239 241 141 0.01 0 0.41 0.05 61.2 0.78 0.75
Hex EF F1 8D 1 0 29 5 3D 4E 4B
Octal 357 361 215 1 0 51 5 75 116 113
Binary 11101111 11110001 10001101 1 0 101001 101 111101 1001110 1001011

Color Harmonies of #EFF18D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF18D

Black with #EFF18D

Text Example


Text Example

White with #EFF18D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF18D; }

 p { color: rgb(239,241,141); }

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

background-color css

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

 a { background-color: rgb(239,241,141); }

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

border-color css

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

 span { border-color: rgb(239,241,141); }

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