Html Css Color HEX #EDF97F Tidal

📋 copy color: '#EDF97F'

red 237 ◦ green 249 ◦ blue 127

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

Shades of Tidal #EDF97F

Tints of Tidal #EDF97F

RGB

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

 GREEN value IS 249 (97.66% from 255) = 40.62%

 BLUE value IS 127 (50% from 255) = 20.72%

R = 38.66%
G = 40.62%
B = 20.72%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#EDF97F (or 0xEDF97F) is known color: Tidal. HEX triplet: ED, F9 and 7F. RGB value is (237,249,127). Sum of RGB (Red+Green+Blue) = 237+249+127=613 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.66% from 613); Green value is 249 (97.66% from 255 or 40.62% from 613); Blue value is 127 (50% from 255 or 20.72% from 613); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF97F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF97F is #120680. Grayscale: #E7E7E7. Windows color (decimal): -1181313 or 8387053. OLE color: 8387053.

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

Color convert

RGB 237 249 127 -
CMYK 0.05 0 0.49 0.02
HSL 65.9º 0.91% 0.74% -
HSV(B) 65.9º 0.49% 0.98% -
XYZ 72.63 87.29 33.1 -
YUV 231.5 69.02 131.92 -
System Red Green Blue C M Y K H S L
Decimal 237 249 127 0.05 0 0.49 0.02 65.9 0.91 0.74
Hex ED F9 7F 5 0 31 2 42 5B 4A
Octal 355 371 177 5 0 61 2 102 133 112
Binary 11101101 11111001 1111111 101 0 110001 10 1000010 1011011 1001010

Color Harmonies of #EDF97F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF97F

Black with #EDF97F

Text Example


Text Example

White with #EDF97F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF97F; }

 p { color: rgb(237,249,127); }

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

background-color css

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

 a { background-color: rgb(237,249,127); }

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

border-color css

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

 span { border-color: rgb(237,249,127); }

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