Html Css Color HEX #EDFB8D Tidal

📋 copy color: '#EDFB8D'

red 237 ◦ green 251 ◦ blue 141

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

Shades of Tidal #EDFB8D

Tints of Tidal #EDFB8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 22.42%

R = 37.68%
G = 39.9%
B = 22.42%

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

#EDFB8D (or 0xEDFB8D) is known color: Tidal. HEX triplet: ED, FB and 8D. RGB value is (237,251,141). Sum of RGB (Red+Green+Blue) = 237+251+141=629 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.68% from 629); Green value is 251 (98.44% from 255 or 39.90% from 629); Blue value is 141 (55.47% from 255 or 22.42% from 629); Max value from RGB is 251 - color contains mainly: green. Hex color #EDFB8D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFB8D is #120472. Grayscale: #EAEAEA. Windows color (decimal): -1180787 or 9305069. OLE color: 9305069.

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

Color convert

RGB 237 251 141 -
CMYK 0.06 0 0.44 0.02
HSL 67.64º 0.93% 0.77% -
HSV(B) 67.64º 0.44% 0.98% -
XYZ 74.23 88.92 38.45 -
YUV 234.27 75.36 129.94 -
System Red Green Blue C M Y K H S L
Decimal 237 251 141 0.06 0 0.44 0.02 67.64 0.93 0.77
Hex ED FB 8D 6 0 2C 2 44 5D 4D
Octal 355 373 215 6 0 54 2 104 135 115
Binary 11101101 11111011 10001101 110 0 101100 10 1000100 1011101 1001101

Color Harmonies of #EDFB8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFB8D

Black with #EDFB8D

Text Example


Text Example

White with #EDFB8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFB8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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