Html Css Color HEX #EDFF7F Tidal

📋 copy color: '#EDFF7F'

red 237 ◦ green 255 ◦ blue 127

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

Shades of Tidal #EDFF7F

Tints of Tidal #EDFF7F

RGB

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

 GREEN value IS 255 (100% from 255) = 41.2%

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

R = 38.29%
G = 41.2%
B = 20.52%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.50

 K value IS 0

RGB Variations

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

Color information

#EDFF7F (or 0xEDFF7F) is known color: Tidal. HEX triplet: ED, FF and 7F. RGB value is (237,255,127). Sum of RGB (Red+Green+Blue) = 237+255+127=619 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.29% from 619); Green value is 255 (100% from 255 or 41.20% from 619); Blue value is 127 (50% from 255 or 20.52% from 619); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFF7F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDFF7F is #120080. Grayscale: #EBEBEB. Windows color (decimal): -1179777 or 8388589. OLE color: 8388589.

HSL color Cylindrical-coordinate representation of color #EDFF7F: hue angle of 68.44º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EDFF7F is Cyan = 0.07, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.

Color convert

RGB 237 255 127 -
CMYK 0.07 0 0.50 0
HSL 68.44º 1% 0.75% -
HSV(B) 68.44º 0.5% 1% -
XYZ 74.52 91.06 33.73 -
YUV 235.03 67.04 129.41 -
System Red Green Blue C M Y K H S L
Decimal 237 255 127 0.07 0 0.50 0 68.44 1 0.75
Hex ED FF 7F 7 0 32 0 44 64 4B
Octal 355 377 177 7 0 62 0 104 144 113
Binary 11101101 11111111 1111111 111 0 110010 0 1000100 1100100 1001011

Color Harmonies of #EDFF7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFF7F

Black with #EDFF7F

Text Example


Text Example

White with #EDFF7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFF7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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