#EBF98E

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

Shades of Tidal #EBF98E

Tints of Tidal #EBF98E

Color information

#EBF98E (or 0xEBF98E) is unknown color: approx Tidal. HEX triplet: EB, F9 and 8E. RGB value is (235,249,142). Sum of RGB (Red+Green+Blue) = 235+249+142=626 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.54% from 626); Green value is 249 (97.66% from 255 or 39.78% from 626); Blue value is 142 (55.86% from 255 or 22.68% from 626); Max value from RGB is 249 - color contains mainly: green. Hex color #EBF98E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBF98E is #140671. Grayscale: #E9E9E9. Windows color (decimal): -1312370 or 9370091. OLE color: 9370091.

HSL color Cylindrical-coordinate representation of color #EBF98E: hue angle of 67.85º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EBF98E is Cyan = 0.06, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.

Color convert

RGB235249142-
CMYK0.0600.430.02
HSL67.85º89.92%76.67%-
HSV(B)67.85º42.97%97.65%-
XYZ73.0287.3738.61-
YUV232.6276.86129.7-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.54%
GREEN value IS 249 (97.66% from 255) = 39.78%
BLUE value IS 142 (55.86% from 255) = 22.68%
R=37.54%
G=39.78%
B=22.68%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2352491420.0600.430.0267.8589.9276.67
HexEBF98E602B2445a4d
Octal35337121660532104132115
Binary111010111111100110001110110010101110100010010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF98E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF98E; }

 p { color: rgb(235,249,142); }

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

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

 a { background-color: rgb(235,249,142); }

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

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

 span { border-color: rgb(235,249,142); }

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