Html Css Color HEX #EDFB85 Tidal

📋 copy color: '#EDFB85'

red 237 ◦ green 251 ◦ blue 133

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

Shades of Tidal #EDFB85

Tints of Tidal #EDFB85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 21.42%

R = 38.16%
G = 40.42%
B = 21.42%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#EDFB85 (or 0xEDFB85) is known color: Tidal. HEX triplet: ED, FB and 85. RGB value is (237,251,133). Sum of RGB (Red+Green+Blue) = 237+251+133=621 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.16% from 621); Green value is 251 (98.44% from 255 or 40.42% from 621); Blue value is 133 (52.34% from 255 or 21.42% from 621); Max value from RGB is 251 - color contains mainly: green. Hex color #EDFB85 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFB85 is #12047A. Grayscale: #E9E9E9. Windows color (decimal): -1180795 or 8780781. OLE color: 8780781.

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

Color convert

RGB 237 251 133 -
CMYK 0.06 0 0.47 0.02
HSL 67.12º 0.94% 0.75% -
HSV(B) 67.12º 0.47% 0.98% -
XYZ 73.66 88.69 35.43 -
YUV 233.36 71.36 130.59 -
System Red Green Blue C M Y K H S L
Decimal 237 251 133 0.06 0 0.47 0.02 67.12 0.94 0.75
Hex ED FB 85 6 0 2F 2 43 5E 4B
Octal 355 373 205 6 0 57 2 103 136 113
Binary 11101101 11111011 10000101 110 0 101111 10 1000011 1011110 1001011

Color Harmonies of #EDFB85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFB85

Black with #EDFB85

Text Example


Text Example

White with #EDFB85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFB85; }

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

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

background-color css

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

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

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

border-color css

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

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

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