Html Css Color HEX #EDFB93 Tidal

📋 copy color: '#EDFB93'

red 237 ◦ green 251 ◦ blue 147

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

Shades of Tidal #EDFB93

Tints of Tidal #EDFB93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 23.15%

R = 37.32%
G = 39.53%
B = 23.15%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#EDFB93 (or 0xEDFB93) is known color: Tidal. HEX triplet: ED, FB and 93. RGB value is (237,251,147). Sum of RGB (Red+Green+Blue) = 237+251+147=635 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.32% from 635); Green value is 251 (98.44% from 255 or 39.53% from 635); Blue value is 147 (57.81% from 255 or 23.15% from 635); Max value from RGB is 251 - color contains mainly: green. Hex color #EDFB93 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFB93 is #12046C. Grayscale: #EBEBEB. Windows color (decimal): -1180781 or 9698285. OLE color: 9698285.

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

Color convert

RGB 237 251 147 -
CMYK 0.06 0 0.41 0.02
HSL 68.08º 0.93% 0.78% -
HSV(B) 68.08º 0.41% 0.98% -
XYZ 74.69 89.11 40.87 -
YUV 234.96 78.36 129.46 -
System Red Green Blue C M Y K H S L
Decimal 237 251 147 0.06 0 0.41 0.02 68.08 0.93 0.78
Hex ED FB 93 6 0 29 2 44 5D 4E
Octal 355 373 223 6 0 51 2 104 135 116
Binary 11101101 11111011 10010011 110 0 101001 10 1000100 1011101 1001110

Color Harmonies of #EDFB93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFB93

Black with #EDFB93

Text Example


Text Example

White with #EDFB93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFB93; }

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

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

background-color css

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

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

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

border-color css

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

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

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