Html Css Color HEX #EDF983 Tidal

📋 copy color: '#EDF983'

red 237 ◦ green 249 ◦ blue 131

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

Shades of Tidal #EDF983

Tints of Tidal #EDF983

RGB

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

 GREEN value IS 249 (97.66% from 255) = 40.36%

 BLUE value IS 131 (51.56% from 255) = 21.23%

R = 38.41%
G = 40.36%
B = 21.23%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#EDF983 (or 0xEDF983) is known color: Tidal. HEX triplet: ED, F9 and 83. RGB value is (237,249,131). Sum of RGB (Red+Green+Blue) = 237+249+131=617 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.41% from 617); Green value is 249 (97.66% from 255 or 40.36% from 617); Blue value is 131 (51.56% from 255 or 21.23% from 617); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF983 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF983 is #12067C. Grayscale: #E8E8E8. Windows color (decimal): -1181309 or 8649197. OLE color: 8649197.

HSL color Cylindrical-coordinate representation of color #EDF983: hue angle of 66.1º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EDF983 is Cyan = 0.05, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB 237 249 131 -
CMYK 0.05 0 0.47 0.02
HSL 66.1º 0.91% 0.75% -
HSV(B) 66.1º 0.47% 0.98% -
XYZ 72.9 87.39 34.5 -
YUV 231.96 71.02 131.59 -
System Red Green Blue C M Y K H S L
Decimal 237 249 131 0.05 0 0.47 0.02 66.1 0.91 0.75
Hex ED F9 83 5 0 2F 2 42 5B 4B
Octal 355 371 203 5 0 57 2 102 133 113
Binary 11101101 11111001 10000011 101 0 101111 10 1000010 1011011 1001011

Color Harmonies of #EDF983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF983

Black with #EDF983

Text Example


Text Example

White with #EDF983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF983; }

 p { color: rgb(237,249,131); }

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

background-color css

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

 a { background-color: rgb(237,249,131); }

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

border-color css

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

 span { border-color: rgb(237,249,131); }

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