Html Css Color HEX #EDF990 Tidal

📋 copy color: '#EDF990'

red 237 ◦ green 249 ◦ blue 144

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

Shades of Tidal #EDF990

Tints of Tidal #EDF990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 22.86%

R = 37.62%
G = 39.52%
B = 22.86%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#EDF990 (or 0xEDF990) is known color: Tidal. HEX triplet: ED, F9 and 90. RGB value is (237,249,144). Sum of RGB (Red+Green+Blue) = 237+249+144=630 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.62% from 630); Green value is 249 (97.66% from 255 or 39.52% from 630); Blue value is 144 (56.64% from 255 or 22.86% from 630); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF990 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF990 is #12066F. Grayscale: #E9E9E9. Windows color (decimal): -1181296 or 9501165. OLE color: 9501165.

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

Color convert

RGB 237 249 144 -
CMYK 0.05 0 0.42 0.02
HSL 66.86º 0.9% 0.77% -
HSV(B) 66.86º 0.42% 0.98% -
XYZ 73.83 87.77 39.44 -
YUV 233.44 77.52 130.54 -
System Red Green Blue C M Y K H S L
Decimal 237 249 144 0.05 0 0.42 0.02 66.86 0.9 0.77
Hex ED F9 90 5 0 2A 2 43 5A 4D
Octal 355 371 220 5 0 52 2 103 132 115
Binary 11101101 11111001 10010000 101 0 101010 10 1000011 1011010 1001101

Color Harmonies of #EDF990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF990

Black with #EDF990

Text Example


Text Example

White with #EDF990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF990; }

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

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

background-color css

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

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

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

border-color css

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

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

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