Html Css Color HEX #ECF982 Tidal

📋 copy color: '#ECF982'

red 236 ◦ green 249 ◦ blue 130

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

Shades of Tidal #ECF982

Tints of Tidal #ECF982

RGB

 RED value IS 236 (92.58% from 255) = 38.37%

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

 BLUE value IS 130 (51.17% from 255) = 21.14%

R = 38.37%
G = 40.49%
B = 21.14%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#ECF982 (or 0xECF982) is known color: Tidal. HEX triplet: EC, F9 and 82. RGB value is (236,249,130). Sum of RGB (Red+Green+Blue) = 236+249+130=615 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.37% from 615); Green value is 249 (97.66% from 255 or 40.49% from 615); Blue value is 130 (51.17% from 255 or 21.14% from 615); Max value from RGB is 249 - color contains mainly: green. Hex color #ECF982 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECF982 is #13067D. Grayscale: #E8E8E8. Windows color (decimal): -1246846 or 8583660. OLE color: 8583660.

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

Color convert

RGB 236 249 130 -
CMYK 0.05 0 0.48 0.02
HSL 66.55º 0.91% 0.74% -
HSV(B) 66.55º 0.48% 0.98% -
XYZ 72.5 87.2 34.13 -
YUV 231.55 70.69 131.18 -
System Red Green Blue C M Y K H S L
Decimal 236 249 130 0.05 0 0.48 0.02 66.55 0.91 0.74
Hex EC F9 82 5 0 30 2 43 5B 4A
Octal 354 371 202 5 0 60 2 103 133 112
Binary 11101100 11111001 10000010 101 0 110000 10 1000011 1011011 1001010

Color Harmonies of #ECF982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECF982

Black with #ECF982

Text Example


Text Example

White with #ECF982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECF982; }

 p { color: rgb(236,249,130); }

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

background-color css

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

 a { background-color: rgb(236,249,130); }

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

border-color css

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

 span { border-color: rgb(236,249,130); }

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