Html Css Color HEX #EDFB8C Tidal

📋 copy color: '#EDFB8C'

red 237 ◦ green 251 ◦ blue 140

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

Shades of Tidal #EDFB8C

Tints of Tidal #EDFB8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 22.29%

R = 37.74%
G = 39.97%
B = 22.29%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#EDFB8C (or 0xEDFB8C) is known color: Tidal. HEX triplet: ED, FB and 8C. RGB value is (237,251,140). Sum of RGB (Red+Green+Blue) = 237+251+140=628 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.74% from 628); Green value is 251 (98.44% from 255 or 39.97% from 628); Blue value is 140 (55.08% from 255 or 22.29% from 628); Max value from RGB is 251 - color contains mainly: green. Hex color #EDFB8C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFB8C is #120473. Grayscale: #EAEAEA. Windows color (decimal): -1180788 or 9239533. OLE color: 9239533.

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

Color convert

RGB 237 251 140 -
CMYK 0.06 0 0.44 0.02
HSL 67.57º 0.93% 0.77% -
HSV(B) 67.57º 0.44% 0.98% -
XYZ 74.16 88.89 38.06 -
YUV 234.16 74.86 130.03 -
System Red Green Blue C M Y K H S L
Decimal 237 251 140 0.06 0 0.44 0.02 67.57 0.93 0.77
Hex ED FB 8C 6 0 2C 2 44 5D 4D
Octal 355 373 214 6 0 54 2 104 135 115
Binary 11101101 11111011 10001100 110 0 101100 10 1000100 1011101 1001101

Color Harmonies of #EDFB8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFB8C

Black with #EDFB8C

Text Example


Text Example

White with #EDFB8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFB8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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