Html Css Color HEX #EDFC7D Tidal

📋 copy color: '#EDFC7D'

red 237 ◦ green 252 ◦ blue 125

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

Shades of Tidal #EDFC7D

Tints of Tidal #EDFC7D

RGB

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

 GREEN value IS 252 (98.83% from 255) = 41.04%

 BLUE value IS 125 (49.22% from 255) = 20.36%

R = 38.6%
G = 41.04%
B = 20.36%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#EDFC7D (or 0xEDFC7D) is known color: Tidal. HEX triplet: ED, FC and 7D. RGB value is (237,252,125). Sum of RGB (Red+Green+Blue) = 237+252+125=614 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.60% from 614); Green value is 252 (98.83% from 255 or 41.04% from 614); Blue value is 125 (49.22% from 255 or 20.36% from 614); Max value from RGB is 252 - color contains mainly: green. Hex color #EDFC7D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDFC7D is #120382. Grayscale: #E9E9E9. Windows color (decimal): -1180547 or 8256749. OLE color: 8256749.

HSL color Cylindrical-coordinate representation of color #EDFC7D: hue angle of 67.09º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EDFC7D is Cyan = 0.06, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.01.

Color convert

RGB 237 252 125 -
CMYK 0.06 0 0.50 0.01
HSL 67.09º 0.95% 0.74% -
HSV(B) 67.09º 0.5% 0.99% -
XYZ 73.44 89.11 32.73 -
YUV 233.04 67.03 130.83 -
System Red Green Blue C M Y K H S L
Decimal 237 252 125 0.06 0 0.50 0.01 67.09 0.95 0.74
Hex ED FC 7D 6 0 32 1 43 5F 4A
Octal 355 374 175 6 0 62 1 103 137 112
Binary 11101101 11111100 1111101 110 0 110010 1 1000011 1011111 1001010

Color Harmonies of #EDFC7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFC7D

Black with #EDFC7D

Text Example


Text Example

White with #EDFC7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFC7D; }

 p { color: rgb(237,252,125); }

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

background-color css

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

 a { background-color: rgb(237,252,125); }

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

border-color css

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

 span { border-color: rgb(237,252,125); }

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