#EBF28D

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

Shades of Tidal #EBF28D

Tints of Tidal #EBF28D

Color information

#EBF28D (or 0xEBF28D) is unknown color: approx Tidal. HEX triplet: EB, F2 and 8D. RGB value is (235,242,141). Sum of RGB (Red+Green+Blue) = 235+242+141=618 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.03% from 618); Green value is 242 (94.92% from 255 or 39.16% from 618); Blue value is 141 (55.47% from 255 or 22.82% from 618); Max value from RGB is 242 - color contains mainly: green. Hex color #EBF28D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBF28D is #140D72. Grayscale: #E4E4E4. Windows color (decimal): -1314163 or 9302763. OLE color: 9302763.

HSL color Cylindrical-coordinate representation of color #EBF28D: hue angle of 64.16º degrees, saturation: 0.8, 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 #EBF28D is Cyan = 0.03, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB235242141-
CMYK0.0300.420.05
HSL64.16º79.53%75.1%-
HSV(B)64.16º41.74%94.9%-
XYZ70.8283.0937.5-
YUV228.3978.68132.71-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.03%
GREEN value IS 242 (94.92% from 255) = 39.16%
BLUE value IS 141 (55.47% from 255) = 22.82%
R=38.03%
G=39.16%
B=22.82%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2352421410.0300.420.0564.1679.5375.1
HexEBF28D302A540504b
Octal35336221530525100120113
Binary111010111111001010001101110101010101100000010100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF28D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF28D; }

 p { color: rgb(235,242,141); }

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

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

 a { background-color: rgb(235,242,141); }

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

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

 span { border-color: rgb(235,242,141); }

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