Html Css Color HEX #EDF482 Tidal

📋 copy color: '#EDF482'

red 237 ◦ green 244 ◦ blue 130

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

Shades of Tidal #EDF482

Tints of Tidal #EDF482

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 21.28%

R = 38.79%
G = 39.93%
B = 21.28%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#EDF482 (or 0xEDF482) is known color: Tidal. HEX triplet: ED, F4 and 82. RGB value is (237,244,130). Sum of RGB (Red+Green+Blue) = 237+244+130=611 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.79% from 611); Green value is 244 (95.70% from 255 or 39.93% from 611); Blue value is 130 (51.17% from 255 or 21.28% from 611); Max value from RGB is 244 - color contains mainly: green. Hex color #EDF482 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF482 is #120B7D. Grayscale: #E5E5E5. Windows color (decimal): -1182590 or 8582381. OLE color: 8582381.

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

Color convert

RGB 237 244 130 -
CMYK 0.03 0 0.47 0.04
HSL 63.68º 0.84% 0.73% -
HSV(B) 63.68º 0.47% 0.96% -
XYZ 71.31 84.32 33.64 -
YUV 228.91 72.18 133.77 -
System Red Green Blue C M Y K H S L
Decimal 237 244 130 0.03 0 0.47 0.04 63.68 0.84 0.73
Hex ED F4 82 3 0 2F 4 40 54 49
Octal 355 364 202 3 0 57 4 100 124 111
Binary 11101101 11110100 10000010 11 0 101111 100 1000000 1010100 1001001

Color Harmonies of #EDF482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF482

Black with #EDF482

Text Example


Text Example

White with #EDF482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF482; }

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

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

background-color css

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

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

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

border-color css

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

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

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