Html Css Color HEX #EDFB7D Tidal

📋 copy color: '#EDFB7D'

red 237 ◦ green 251 ◦ blue 125

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

Shades of Tidal #EDFB7D

Tints of Tidal #EDFB7D

RGB

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

 GREEN value IS 251 (98.44% from 255) = 40.95%

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

R = 38.66%
G = 40.95%
B = 20.39%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#EDFB7D (or 0xEDFB7D) is known color: Tidal. HEX triplet: ED, FB and 7D. RGB value is (237,251,125). Sum of RGB (Red+Green+Blue) = 237+251+125=613 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.66% from 613); Green value is 251 (98.44% from 255 or 40.95% from 613); Blue value is 125 (49.22% from 255 or 20.39% from 613); Max value from RGB is 251 - color contains mainly: green. Hex color #EDFB7D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDFB7D is #120482. Grayscale: #E8E8E8. Windows color (decimal): -1180803 or 8256493. OLE color: 8256493.

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

Color convert

RGB 237 251 125 -
CMYK 0.06 0 0.50 0.02
HSL 66.67º 0.94% 0.74% -
HSV(B) 66.67º 0.5% 0.98% -
XYZ 73.12 88.48 32.63 -
YUV 232.45 67.36 131.25 -
System Red Green Blue C M Y K H S L
Decimal 237 251 125 0.06 0 0.50 0.02 66.67 0.94 0.74
Hex ED FB 7D 6 0 32 2 43 5E 4A
Octal 355 373 175 6 0 62 2 103 136 112
Binary 11101101 11111011 1111101 110 0 110010 10 1000011 1011110 1001010

Color Harmonies of #EDFB7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFB7D

Black with #EDFB7D

Text Example


Text Example

White with #EDFB7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFB7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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