Html Css Color HEX #EDF381 Tidal

📋 copy color: '#EDF381'

red 237 ◦ green 243 ◦ blue 129

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

Shades of Tidal #EDF381

Tints of Tidal #EDF381

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 21.18%

R = 38.92%
G = 39.9%
B = 21.18%

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

#EDF381 (or 0xEDF381) is known color: Tidal. HEX triplet: ED, F3 and 81. RGB value is (237,243,129). Sum of RGB (Red+Green+Blue) = 237+243+129=609 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.92% from 609); Green value is 243 (95.31% from 255 or 39.90% from 609); Blue value is 129 (50.78% from 255 or 21.18% from 609); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF381 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF381 is #120C7E. Grayscale: #E4E4E4. Windows color (decimal): -1182847 or 8516589. OLE color: 8516589.

HSL color Cylindrical-coordinate representation of color #EDF381: hue angle of 63.16º degrees, saturation: 0.83, 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 #EDF381 is Cyan = 0.02, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB 237 243 129 -
CMYK 0.02 0 0.47 0.05
HSL 63.16º 0.83% 0.73% -
HSV(B) 63.16º 0.47% 0.95% -
XYZ 70.94 83.69 33.18 -
YUV 228.21 72.01 134.27 -
System Red Green Blue C M Y K H S L
Decimal 237 243 129 0.02 0 0.47 0.05 63.16 0.83 0.73
Hex ED F3 81 2 0 2F 5 3F 53 49
Octal 355 363 201 2 0 57 5 77 123 111
Binary 11101101 11110011 10000001 10 0 101111 101 111111 1010011 1001001

Color Harmonies of #EDF381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF381

Black with #EDF381

Text Example


Text Example

White with #EDF381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF381; }

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

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

background-color css

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

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

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

border-color css

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

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

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