Html Css Color HEX #EDFE8B Tidal

📋 copy color: '#EDFE8B'

red 237 ◦ green 254 ◦ blue 139

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

Shades of Tidal #EDFE8B

Tints of Tidal #EDFE8B

RGB

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

 GREEN value IS 254 (99.61% from 255) = 40.32%

 BLUE value IS 139 (54.69% from 255) = 22.06%

R = 37.62%
G = 40.32%
B = 22.06%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.45

 K value IS 0.00

RGB Variations

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

Color information

#EDFE8B (or 0xEDFE8B) is known color: Tidal. HEX triplet: ED, FE and 8B. RGB value is (237,254,139). Sum of RGB (Red+Green+Blue) = 237+254+139=630 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.62% from 630); Green value is 254 (99.61% from 255 or 40.32% from 630); Blue value is 139 (54.69% from 255 or 22.06% from 630); Max value from RGB is 254 - color contains mainly: green. Hex color #EDFE8B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFE8B is #120174. Grayscale: #ECECEC. Windows color (decimal): -1180021 or 9174765. OLE color: 9174765.

HSL color Cylindrical-coordinate representation of color #EDFE8B: hue angle of 68.87º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EDFE8B is Cyan = 0.07, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.00.

Color convert

RGB 237 254 139 -
CMYK 0.07 0 0.45 0.00
HSL 68.87º 0.98% 0.77% -
HSV(B) 68.87º 0.45% 1% -
XYZ 75.03 90.75 37.99 -
YUV 235.81 73.37 128.85 -
System Red Green Blue C M Y K H S L
Decimal 237 254 139 0.07 0 0.45 0.00 68.87 0.98 0.77
Hex ED FE 8B 7 0 2D 0 45 62 4D
Octal 355 376 213 7 0 55 0 105 142 115
Binary 11101101 11111110 10001011 111 0 101101 0 1000101 1100010 1001101

Color Harmonies of #EDFE8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFE8B

Black with #EDFE8B

Text Example


Text Example

White with #EDFE8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFE8B; }

 p { color: rgb(237,254,139); }

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

background-color css

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

 a { background-color: rgb(237,254,139); }

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

border-color css

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

 span { border-color: rgb(237,254,139); }

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