Html Css Color HEX #E2FB85 Tidal

📋 copy color: '#E2FB85'

red 226 ◦ green 251 ◦ blue 133

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

Shades of Tidal #E2FB85

Tints of Tidal #E2FB85

RGB

 RED value IS 226 (88.67% from 255) = 37.05%

 GREEN value IS 251 (98.44% from 255) = 41.15%

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

R = 37.05%
G = 41.15%
B = 21.8%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#E2FB85 (or 0xE2FB85) is known color: Tidal. HEX triplet: E2, FB and 85. RGB value is (226,251,133). Sum of RGB (Red+Green+Blue) = 226+251+133=610 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.05% from 610); Green value is 251 (98.44% from 255 or 41.15% from 610); Blue value is 133 (52.34% from 255 or 21.80% from 610); Max value from RGB is 251 - color contains mainly: green. Hex color #E2FB85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2FB85 is #1D047A. Grayscale: #E6E6E6. Windows color (decimal): -1901691 or 8780770. OLE color: 8780770.

HSL color Cylindrical-coordinate representation of color #E2FB85: hue angle of 72.71º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E2FB85 is Cyan = 0.10, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB 226 251 133 -
CMYK 0.10 0 0.47 0.02
HSL 72.71º 0.94% 0.75% -
HSV(B) 72.71º 0.47% 0.98% -
XYZ 70.09 86.86 35.26 -
YUV 230.07 73.22 125.09 -
System Red Green Blue C M Y K H S L
Decimal 226 251 133 0.10 0 0.47 0.02 72.71 0.94 0.75
Hex E2 FB 85 A 0 2F 2 49 5E 4B
Octal 342 373 205 12 0 57 2 111 136 113
Binary 11100010 11111011 10000101 1010 0 101111 10 1001001 1011110 1001011

Color Harmonies of #E2FB85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2FB85

Black with #E2FB85

Text Example


Text Example

White with #E2FB85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2FB85; }

 p { color: rgb(226,251,133); }

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

background-color css

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

 a { background-color: rgb(226,251,133); }

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

border-color css

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

 span { border-color: rgb(226,251,133); }

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