Html Css Color HEX #EDF884 Tidal

📋 copy color: '#EDF884'

red 237 ◦ green 248 ◦ blue 132

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

Shades of Tidal #EDF884

Tints of Tidal #EDF884

RGB

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

 GREEN value IS 248 (97.27% from 255) = 40.19%

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

R = 38.41%
G = 40.19%
B = 21.39%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.47

 K value IS 0.03

RGB Variations

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

Color information

#EDF884 (or 0xEDF884) is known color: Tidal. HEX triplet: ED, F8 and 84. RGB value is (237,248,132). Sum of RGB (Red+Green+Blue) = 237+248+132=617 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.41% from 617); Green value is 248 (97.27% from 255 or 40.19% from 617); Blue value is 132 (51.95% from 255 or 21.39% from 617); Max value from RGB is 248 - color contains mainly: green. Hex color #EDF884 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF884 is #12077B. Grayscale: #E7E7E7. Windows color (decimal): -1181564 or 8714477. OLE color: 8714477.

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

Color convert

RGB 237 248 132 -
CMYK 0.04 0 0.47 0.03
HSL 65.69º 0.89% 0.75% -
HSV(B) 65.69º 0.47% 0.97% -
XYZ 72.66 86.81 34.76 -
YUV 231.49 71.86 131.93 -
System Red Green Blue C M Y K H S L
Decimal 237 248 132 0.04 0 0.47 0.03 65.69 0.89 0.75
Hex ED F8 84 4 0 2F 3 42 59 4B
Octal 355 370 204 4 0 57 3 102 131 113
Binary 11101101 11111000 10000100 100 0 101111 11 1000010 1011001 1001011

Color Harmonies of #EDF884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF884

Black with #EDF884

Text Example


Text Example

White with #EDF884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF884; }

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

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

background-color css

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

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

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

border-color css

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

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

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