Html Css Color HEX #EBFD85 Tidal

📋 copy color: '#EBFD85'

red 235 ◦ green 253 ◦ blue 133

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

Shades of Tidal #EBFD85

Tints of Tidal #EBFD85

RGB

 RED value IS 235 (92.19% from 255) = 37.84%

 GREEN value IS 253 (99.22% from 255) = 40.74%

 BLUE value IS 133 (52.34% from 255) = 21.42%

R = 37.84%
G = 40.74%
B = 21.42%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#EBFD85 (or 0xEBFD85) is known color: Tidal. HEX triplet: EB, FD and 85. RGB value is (235,253,133). Sum of RGB (Red+Green+Blue) = 235+253+133=621 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.84% from 621); Green value is 253 (99.22% from 255 or 40.74% from 621); Blue value is 133 (52.34% from 255 or 21.42% from 621); Max value from RGB is 253 - color contains mainly: green. Hex color #EBFD85 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBFD85 is #14027A. Grayscale: #EAEAEA. Windows color (decimal): -1311355 or 8781291. OLE color: 8781291.

HSL color Cylindrical-coordinate representation of color #EBFD85: hue angle of 69º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EBFD85 is Cyan = 0.07, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.01.

Color convert

RGB 235 253 133 -
CMYK 0.07 0 0.47 0.01
HSL 69º 0.97% 0.76% -
HSV(B) 69º 0.47% 0.99% -
XYZ 73.62 89.61 35.61 -
YUV 233.94 71.04 128.76 -
System Red Green Blue C M Y K H S L
Decimal 235 253 133 0.07 0 0.47 0.01 69 0.97 0.76
Hex EB FD 85 7 0 2F 1 45 61 4C
Octal 353 375 205 7 0 57 1 105 141 114
Binary 11101011 11111101 10000101 111 0 101111 1 1000101 1100001 1001100

Color Harmonies of #EBFD85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBFD85

Black with #EBFD85

Text Example


Text Example

White with #EBFD85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBFD85; }

 p { color: rgb(235,253,133); }

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

background-color css

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

 a { background-color: rgb(235,253,133); }

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

border-color css

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

 span { border-color: rgb(235,253,133); }

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