Html Css Color HEX #EDFB8F Tidal

📋 copy color: '#EDFB8F'

red 237 ◦ green 251 ◦ blue 143

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

Shades of Tidal #EDFB8F

Tints of Tidal #EDFB8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 22.66%

R = 37.56%
G = 39.78%
B = 22.66%

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

#EDFB8F (or 0xEDFB8F) is known color: Tidal. HEX triplet: ED, FB and 8F. RGB value is (237,251,143). Sum of RGB (Red+Green+Blue) = 237+251+143=631 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.56% from 631); Green value is 251 (98.44% from 255 or 39.78% from 631); Blue value is 143 (56.25% from 255 or 22.66% from 631); Max value from RGB is 251 - color contains mainly: green. Hex color #EDFB8F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFB8F is #120470. Grayscale: #EAEAEA. Windows color (decimal): -1180785 or 9436141. OLE color: 9436141.

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

Color convert

RGB 237 251 143 -
CMYK 0.06 0 0.43 0.02
HSL 67.78º 0.93% 0.77% -
HSV(B) 67.78º 0.43% 0.98% -
XYZ 74.38 88.98 39.24 -
YUV 234.5 76.36 129.78 -
System Red Green Blue C M Y K H S L
Decimal 237 251 143 0.06 0 0.43 0.02 67.78 0.93 0.77
Hex ED FB 8F 6 0 2B 2 44 5D 4D
Octal 355 373 217 6 0 53 2 104 135 115
Binary 11101101 11111011 10001111 110 0 101011 10 1000100 1011101 1001101

Color Harmonies of #EDFB8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFB8F

Black with #EDFB8F

Text Example


Text Example

White with #EDFB8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFB8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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