Html Css Color HEX #EDF382 Tidal

📋 copy color: '#EDF382'

red 237 ◦ green 243 ◦ blue 130

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

Shades of Tidal #EDF382

Tints of Tidal #EDF382

RGB

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

 GREEN value IS 243 (95.31% from 255) = 39.84%

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

R = 38.85%
G = 39.84%
B = 21.31%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#EDF382 (or 0xEDF382) is known color: Tidal. HEX triplet: ED, F3 and 82. RGB value is (237,243,130). Sum of RGB (Red+Green+Blue) = 237+243+130=610 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.85% from 610); Green value is 243 (95.31% from 255 or 39.84% from 610); Blue value is 130 (51.17% from 255 or 21.31% from 610); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF382 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF382 is #120C7D. Grayscale: #E4E4E4. Windows color (decimal): -1182846 or 8582125. OLE color: 8582125.

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

Color convert

RGB 237 243 130 -
CMYK 0.02 0 0.47 0.05
HSL 63.19º 0.82% 0.73% -
HSV(B) 63.19º 0.47% 0.95% -
XYZ 71 83.72 33.54 -
YUV 228.32 72.51 134.19 -
System Red Green Blue C M Y K H S L
Decimal 237 243 130 0.02 0 0.47 0.05 63.19 0.82 0.73
Hex ED F3 82 2 0 2F 5 3F 52 49
Octal 355 363 202 2 0 57 5 77 122 111
Binary 11101101 11110011 10000010 10 0 101111 101 111111 1010010 1001001

Color Harmonies of #EDF382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF382

Black with #EDF382

Text Example


Text Example

White with #EDF382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF382; }

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

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

background-color css

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

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

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

border-color css

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

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

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