Html Css Color HEX #EDF692 Tidal

📋 copy color: '#EDF692'

red 237 ◦ green 246 ◦ blue 146

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

Shades of Tidal #EDF692

Tints of Tidal #EDF692

RGB

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

 GREEN value IS 246 (96.48% from 255) = 39.11%

 BLUE value IS 146 (57.42% from 255) = 23.21%

R = 37.68%
G = 39.11%
B = 23.21%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#EDF692 (or 0xEDF692) is known color: Tidal. HEX triplet: ED, F6 and 92. RGB value is (237,246,146). Sum of RGB (Red+Green+Blue) = 237+246+146=629 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.68% from 629); Green value is 246 (96.48% from 255 or 39.11% from 629); Blue value is 146 (57.42% from 255 or 23.21% from 629); Max value from RGB is 246 - color contains mainly: green. Hex color #EDF692 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF692 is #12096D. Grayscale: #E8E8E8. Windows color (decimal): -1182062 or 9631469. OLE color: 9631469.

HSL color Cylindrical-coordinate representation of color #EDF692: hue angle of 65.4º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EDF692 is Cyan = 0.04, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.04.

Color convert

RGB 237 246 146 -
CMYK 0.04 0 0.41 0.04
HSL 65.4º 0.85% 0.77% -
HSV(B) 65.4º 0.41% 0.96% -
XYZ 73.07 85.99 39.94 -
YUV 231.91 79.52 131.63 -
System Red Green Blue C M Y K H S L
Decimal 237 246 146 0.04 0 0.41 0.04 65.4 0.85 0.77
Hex ED F6 92 4 0 29 4 41 55 4D
Octal 355 366 222 4 0 51 4 101 125 115
Binary 11101101 11110110 10010010 100 0 101001 100 1000001 1010101 1001101

Color Harmonies of #EDF692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF692

Black with #EDF692

Text Example


Text Example

White with #EDF692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF692; }

 p { color: rgb(237,246,146); }

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

background-color css

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

 a { background-color: rgb(237,246,146); }

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

border-color css

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

 span { border-color: rgb(237,246,146); }

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