Html Css Color HEX #EDF08B Tidal

📋 copy color: '#EDF08B'

red 237 ◦ green 240 ◦ blue 139

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

Shades of Tidal #EDF08B

Tints of Tidal #EDF08B

RGB

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

 GREEN value IS 240 (94.14% from 255) = 38.96%

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

R = 38.47%
G = 38.96%
B = 22.56%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#EDF08B (or 0xEDF08B) is known color: Tidal. HEX triplet: ED, F0 and 8B. RGB value is (237,240,139). Sum of RGB (Red+Green+Blue) = 237+240+139=616 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.47% from 616); Green value is 240 (94.14% from 255 or 38.96% from 616); Blue value is 139 (54.69% from 255 or 22.56% from 616); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF08B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF08B is #120F74. Grayscale: #E3E3E3. Windows color (decimal): -1183605 or 9171181. OLE color: 9171181.

HSL color Cylindrical-coordinate representation of color #EDF08B: hue angle of 61.78º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EDF08B is Cyan = 0.01, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB 237 240 139 -
CMYK 0.01 0 0.42 0.06
HSL 61.78º 0.77% 0.74% -
HSV(B) 61.78º 0.42% 0.94% -
XYZ 70.75 82.19 36.56 -
YUV 227.59 78.01 134.71 -
System Red Green Blue C M Y K H S L
Decimal 237 240 139 0.01 0 0.42 0.06 61.78 0.77 0.74
Hex ED F0 8B 1 0 2A 6 3E 4D 4A
Octal 355 360 213 1 0 52 6 76 115 112
Binary 11101101 11110000 10001011 1 0 101010 110 111110 1001101 1001010

Color Harmonies of #EDF08B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF08B

Black with #EDF08B

Text Example


Text Example

White with #EDF08B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF08B; }

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

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

background-color css

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

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

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

border-color css

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

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

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