Html Css Color HEX #EDF384 Tidal

📋 copy color: '#EDF384'

red 237 ◦ green 243 ◦ blue 132

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

Shades of Tidal #EDF384

Tints of Tidal #EDF384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 21.57%

R = 38.73%
G = 39.71%
B = 21.57%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#EDF384 (or 0xEDF384) is known color: Tidal. HEX triplet: ED, F3 and 84. RGB value is (237,243,132). Sum of RGB (Red+Green+Blue) = 237+243+132=612 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.73% from 612); Green value is 243 (95.31% from 255 or 39.71% from 612); Blue value is 132 (51.95% from 255 or 21.57% from 612); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF384 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF384 is #120C7B. Grayscale: #E4E4E4. Windows color (decimal): -1182844 or 8713197. OLE color: 8713197.

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

Color convert

RGB 237 243 132 -
CMYK 0.02 0 0.46 0.05
HSL 63.24º 0.82% 0.74% -
HSV(B) 63.24º 0.46% 0.95% -
XYZ 71.14 83.77 34.25 -
YUV 228.55 73.51 134.03 -
System Red Green Blue C M Y K H S L
Decimal 237 243 132 0.02 0 0.46 0.05 63.24 0.82 0.74
Hex ED F3 84 2 0 2E 5 3F 52 4A
Octal 355 363 204 2 0 56 5 77 122 112
Binary 11101101 11110011 10000100 10 0 101110 101 111111 1010010 1001010

Color Harmonies of #EDF384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF384

Black with #EDF384

Text Example


Text Example

White with #EDF384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF384; }

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

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

background-color css

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

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

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

border-color css

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

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

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