Html Css Color HEX #EDF483 Tidal

📋 copy color: '#EDF483'

red 237 ◦ green 244 ◦ blue 131

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

Shades of Tidal #EDF483

Tints of Tidal #EDF483

RGB

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

 GREEN value IS 244 (95.7% from 255) = 39.87%

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

R = 38.73%
G = 39.87%
B = 21.41%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.46

 K value IS 0.04

RGB Variations

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

Color information

#EDF483 (or 0xEDF483) is known color: Tidal. HEX triplet: ED, F4 and 83. RGB value is (237,244,131). Sum of RGB (Red+Green+Blue) = 237+244+131=612 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.73% from 612); Green value is 244 (95.70% from 255 or 39.87% from 612); Blue value is 131 (51.56% from 255 or 21.41% from 612); Max value from RGB is 244 - color contains mainly: green. Hex color #EDF483 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF483 is #120B7C. Grayscale: #E5E5E5. Windows color (decimal): -1182589 or 8647917. OLE color: 8647917.

HSL color Cylindrical-coordinate representation of color #EDF483: hue angle of 63.72º degrees, saturation: 0.84, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EDF483 is Cyan = 0.03, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB 237 244 131 -
CMYK 0.03 0 0.46 0.04
HSL 63.72º 0.84% 0.74% -
HSV(B) 63.72º 0.46% 0.96% -
XYZ 71.37 84.34 33.99 -
YUV 229.03 72.68 133.69 -
System Red Green Blue C M Y K H S L
Decimal 237 244 131 0.03 0 0.46 0.04 63.72 0.84 0.74
Hex ED F4 83 3 0 2E 4 40 54 4A
Octal 355 364 203 3 0 56 4 100 124 112
Binary 11101101 11110100 10000011 11 0 101110 100 1000000 1010100 1001010

Color Harmonies of #EDF483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF483

Black with #EDF483

Text Example


Text Example

White with #EDF483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF483; }

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

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

background-color css

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

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

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

border-color css

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

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

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