Html Css Color HEX #EDF98E Tidal

📋 copy color: '#EDF98E'

red 237 ◦ green 249 ◦ blue 142

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

Shades of Tidal #EDF98E

Tints of Tidal #EDF98E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 22.61%

R = 37.74%
G = 39.65%
B = 22.61%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#EDF98E (or 0xEDF98E) is known color: Tidal. HEX triplet: ED, F9 and 8E. RGB value is (237,249,142). Sum of RGB (Red+Green+Blue) = 237+249+142=628 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.74% from 628); Green value is 249 (97.66% from 255 or 39.65% from 628); Blue value is 142 (55.86% from 255 or 22.61% from 628); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF98E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF98E is #120671. Grayscale: #E9E9E9. Windows color (decimal): -1181298 or 9370093. OLE color: 9370093.

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

Color convert

RGB 237 249 142 -
CMYK 0.05 0 0.43 0.02
HSL 66.73º 0.9% 0.77% -
HSV(B) 66.73º 0.43% 0.98% -
XYZ 73.68 87.71 38.64 -
YUV 233.21 76.52 130.7 -
System Red Green Blue C M Y K H S L
Decimal 237 249 142 0.05 0 0.43 0.02 66.73 0.9 0.77
Hex ED F9 8E 5 0 2B 2 43 5A 4D
Octal 355 371 216 5 0 53 2 103 132 115
Binary 11101101 11111001 10001110 101 0 101011 10 1000011 1011010 1001101

Color Harmonies of #EDF98E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF98E

Black with #EDF98E

Text Example


Text Example

White with #EDF98E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF98E; }

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

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

background-color css

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

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

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

border-color css

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

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

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