#EFF38E

Color #EFF38E Tidal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tidal #EFF38E

Tints of Tidal #EFF38E

Color information

#EFF38E (or 0xEFF38E) is unknown color: approx Tidal. HEX triplet: EF, F3 and 8E. RGB value is (239,243,142). Sum of RGB (Red+Green+Blue) = 239+243+142=624 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.30% from 624); Green value is 243 (95.31% from 255 or 38.94% from 624); Blue value is 142 (55.86% from 255 or 22.76% from 624); Max value from RGB is 243 - color contains mainly: green. Hex color #EFF38E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF38E is #100C71. Grayscale: #E6E6E6. Windows color (decimal): -1051762 or 9368559. OLE color: 9368559.

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

Color convert

RGB239243142-
CMYK0.0200.420.05
HSL62.38º80.8%75.49%-
HSV(B)62.38º41.56%95.29%-
XYZ72.5384.438.06-
YUV230.2978.17134.21-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.30%
GREEN value IS 243 (95.31% from 255) = 38.94%
BLUE value IS 142 (55.86% from 255) = 22.76%
R=38.30%
G=38.94%
B=22.76%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2392431420.0200.420.0562.3880.875.49
HexEFF38E202A53e514b
Octal3573632162052576121113
Binary11101111111100111000111010010101010111111010100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF38E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF38E; }

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

 H1.HeaderClassName
 {
   color: #EFF38E;
 }
 .AnyTagClassName
 {
   color: #EFF38E;
 }
</style>
background-color css

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

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

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

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

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

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