Html Css Color HEX #EDFB90 Tidal

📋 copy color: '#EDFB90'

red 237 ◦ green 251 ◦ blue 144

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

Shades of Tidal #EDFB90

Tints of Tidal #EDFB90

RGB

 RED value IS 237 (92.97% from 255) = 37.5%

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

 BLUE value IS 144 (56.64% from 255) = 22.78%

R = 37.5%
G = 39.72%
B = 22.78%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#EDFB90 (or 0xEDFB90) is known color: Tidal. HEX triplet: ED, FB and 90. RGB value is (237,251,144). Sum of RGB (Red+Green+Blue) = 237+251+144=632 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.5% from 632); Green value is 251 (98.44% from 255 or 39.72% from 632); Blue value is 144 (56.64% from 255 or 22.78% from 632); Max value from RGB is 251 - color contains mainly: green. Hex color #EDFB90 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFB90 is #12046F. Grayscale: #EBEBEB. Windows color (decimal): -1180784 or 9501677. OLE color: 9501677.

HSL color Cylindrical-coordinate representation of color #EDFB90: hue angle of 67.85º degrees, saturation: 0.93, 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 #EDFB90 is Cyan = 0.06, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.

Color convert

RGB 237 251 144 -
CMYK 0.06 0 0.43 0.02
HSL 67.85º 0.93% 0.77% -
HSV(B) 67.85º 0.43% 0.98% -
XYZ 74.46 89.01 39.64 -
YUV 234.62 76.86 129.7 -
System Red Green Blue C M Y K H S L
Decimal 237 251 144 0.06 0 0.43 0.02 67.85 0.93 0.77
Hex ED FB 90 6 0 2B 2 44 5D 4D
Octal 355 373 220 6 0 53 2 104 135 115
Binary 11101101 11111011 10010000 110 0 101011 10 1000100 1011101 1001101

Color Harmonies of #EDFB90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFB90

Black with #EDFB90

Text Example


Text Example

White with #EDFB90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFB90; }

 p { color: rgb(237,251,144); }

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

background-color css

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

 a { background-color: rgb(237,251,144); }

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

border-color css

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

 span { border-color: rgb(237,251,144); }

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